Skip to content

Commit 66a3f38

Browse files
committed
chore: lint
1 parent d7c1f08 commit 66a3f38

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

resources/js/components/Profile/SessionsSection.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

resources/js/components/UserMenu.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ defineProps<{
1010
}>()
1111
1212
const colorMode = useColorMode()
13-
const appConfig = useAppConfig()
1413
1514
interface Page extends PageProps {
1615
auth: {

resources/js/layouts/dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts" setup>
22
import type { NavigationMenuItem } from '@nuxt/ui'
33
import { useStorage } from '@vueuse/core'
4-
import { computed, ref } from 'vue'
4+
import { computed } from 'vue'
55
import { dashboard } from '@/routes'
66
import profile from '@/routes/profile'
77

0 commit comments

Comments
 (0)