refactor: Move Tooltip and DarkModeToggle to shared/view/ui

This commit is contained in:
Haileyesus
2026-02-27 22:37:38 +03:00
parent 0dff9cf39d
commit 224dab7745
9 changed files with 6 additions and 6 deletions

View File

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