mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-07 15:07:38 +00:00
refactor: move components in src/components/ui to src/shared/view/ui
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Badge } from '../../../ui/badge';
|
||||
import { Button } from '../../../ui/button';
|
||||
import { Badge, Button } from '../../../../shared/view/ui';
|
||||
import { Check, Clock, Edit2, Trash2, X } from 'lucide-react';
|
||||
import type { TFunction } from 'i18next';
|
||||
import { cn } from '../../../../lib/utils';
|
||||
|
||||
Reference in New Issue
Block a user