refactor: Move Tooltip and DarkModeToggle to shared/ui

This commit is contained in:
Haileyesus
2026-02-27 22:26:42 +03:00
parent 56747e3c87
commit 0dff9cf39d
10 changed files with 126 additions and 100 deletions

View File

@@ -1,5 +1,5 @@
import { MessageSquare, Terminal, Folder, GitBranch, ClipboardCheck, type LucideIcon } from 'lucide-react';
import Tooltip from '../../../Tooltip';
import { Tooltip } from '../../../../shared/ui';
import type { AppTab } from '../../../../types/app';
import type { Dispatch, SetStateAction } from 'react';
import { useTranslation } from 'react-i18next';