| | |
| | | <script lang="ts" setup> |
| | | import type { ThemeModeType } from '..\..\..\..\..\types\src'; |
| | | import type { ThemeModeType } from '../../../../../types/src'; |
| | | |
| | | import { MoonStar, Sun, SunMoon } from '..\..\..\..\..\icons\src'; |
| | | import { $t } from '..\..\..\..\..\locales\src'; |
| | | import { MoonStar, Sun, SunMoon } from '../../../../../icons/src'; |
| | | import { $t } from '../../../../../locales/src'; |
| | | import { |
| | | preferences, |
| | | updatePreferences, |
| | | usePreferences, |
| | | } from '..\..\..\..\..\preferences\src'; |
| | | } from '../../../../../preferences/src'; |
| | | |
| | | import { |
| | | ToggleGroup, |
| | | ToggleGroupItem, |
| | | VbenTooltip, |
| | | } from '..\..\..\..\..\@core\ui-kit\shadcn-ui\src'; |
| | | } from '../../../../../@core/ui-kit/shadcn-ui/src'; |
| | | |
| | | import ThemeButton from './theme-button.vue'; |
| | | |