mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-13 05:11:49 +02:00
Move inlinecode to shared ui package
This commit is contained in:
@@ -19,7 +19,7 @@ import { Button } from './core/Button';
|
||||
import type { EditorProps } from './core/Editor/Editor';
|
||||
import { Editor } from './core/Editor/LazyEditor';
|
||||
import { FormattedError } from './core/FormattedError';
|
||||
import { InlineCode } from './core/InlineCode';
|
||||
import { InlineCode } from '@yaakapp-internal/ui';
|
||||
import { VStack } from './core/Stacks';
|
||||
import { GrpcProtoSelectionDialog } from './GrpcProtoSelectionDialog';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user