| | |
| | | <script setup lang="ts"> |
| | | import type { AuthPageLayoutType } from '..\..\..\..\types\src'; |
| | | import type { AuthPageLayoutType } from '../../../../types/src'; |
| | | |
| | | import type { VbenDropdownMenuItem } from '..\..\..\..\@core\ui-kit\shadcn-ui\src'; |
| | | import type { VbenDropdownMenuItem } from '../../../../@core/ui-kit/shadcn-ui/src'; |
| | | |
| | | import { computed } from 'vue'; |
| | | |
| | | import { InspectionPanel, PanelLeft, PanelRight } from '..\..\..\..\icons\src'; |
| | | import { $t } from '..\..\..\..\locales\src'; |
| | | import { InspectionPanel, PanelLeft, PanelRight } from '../../../../icons/src'; |
| | | import { $t } from '../../../../locales/src'; |
| | | import { |
| | | preferences, |
| | | updatePreferences, |
| | | usePreferences, |
| | | } from '..\..\..\..\preferences\src'; |
| | | } from '../../../../preferences/src'; |
| | | |
| | | import { VbenDropdownRadioMenu, VbenIconButton } from '..\..\..\..\@core\ui-kit\shadcn-ui\src'; |
| | | import { VbenDropdownRadioMenu, VbenIconButton } from '../../../../@core/ui-kit/shadcn-ui/src'; |
| | | |
| | | defineOptions({ |
| | | name: 'AuthenticationLayoutToggle', |