mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-07 21:35:18 +02:00
Move inlinecode to shared ui package
This commit is contained in:
@@ -2,9 +2,8 @@ import type { Cookie } from '@yaakapp-internal/models';
|
||||
import { cookieJarsAtom, patchModel } from '@yaakapp-internal/models';
|
||||
import { useAtomValue } from 'jotai';
|
||||
import { cookieDomain } from '../lib/model_util';
|
||||
import { Banner } from '@yaakapp-internal/ui';
|
||||
import { Banner, InlineCode } from '@yaakapp-internal/ui';
|
||||
import { IconButton } from './core/IconButton';
|
||||
import { InlineCode } from './core/InlineCode';
|
||||
|
||||
interface Props {
|
||||
cookieJarId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user