File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ const ui = computed(() => sessionsSection())
2222 </script >
2323
2424<template >
25+ <!-- TODO: https://github.com/Barbapapazes/starter-kit-laravel-nuxt-ui/issues/10 -->
2526 sessions section
2627</template >
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ defineProps<{
1010}>()
1111
1212const colorMode = useColorMode ()
13- const appConfig = useAppConfig ()
1413
1514interface Page extends PageProps {
1615 auth: {
Original file line number Diff line number Diff line change 11<script lang="ts" setup>
22import type { NavigationMenuItem } from ' @nuxt/ui'
33import { useStorage } from ' @vueuse/core'
4- import { computed , ref } from ' vue'
4+ import { computed } from ' vue'
55import { dashboard } from ' @/routes'
66import profile from ' @/routes/profile'
77
You can’t perform that action at this time.
0 commit comments