refactor: move components in src/components/ui to src/shared/view/ui

This commit is contained in:
Haileyesus
2026-02-27 22:49:18 +03:00
parent 040c300c29
commit f2e195bd08
30 changed files with 51 additions and 60 deletions

View File

@@ -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';