mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-30 03:10:43 +02:00
Move inlinecode to shared ui package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useAtomValue } from 'jotai';
|
||||
import { useEffect, useState } from 'react';
|
||||
import { InlineCode } from '../components/core/InlineCode';
|
||||
import { InlineCode } from '@yaakapp-internal/ui';
|
||||
import { showToast } from '../lib/toast';
|
||||
import { activeWorkspaceAtom } from './useActiveWorkspace';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user