mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-31 03:40:42 +02:00
Move banner to ui package
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import type { HttpResponse } from '@yaakapp-internal/models';
|
||||
import { useSaveResponse } from '../../hooks/useSaveResponse';
|
||||
import { getContentTypeFromHeaders } from '../../lib/model_util';
|
||||
import { Banner } from '../core/Banner';
|
||||
import { Button } from '../core/Button';
|
||||
import { InlineCode } from '../core/InlineCode';
|
||||
import { LoadingIcon } from '@yaakapp-internal/ui';
|
||||
import { Banner, LoadingIcon } from '@yaakapp-internal/ui';
|
||||
import { EmptyStateText } from '../EmptyStateText';
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user