Skip to content

Commit 4bd07b1

Browse files
committed
chore: lint
1 parent bf1e7d3 commit 4bd07b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/UserMenu.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ defineProps<{
88
}>()
99
1010
const colorMode = useColorMode()
11-
const appConfig = useAppConfig()
12-
13-
const colors = ['red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose']
14-
const neutrals = ['slate', 'gray', 'zinc', 'neutral', 'stone']
1511
1612
const user = ref({
1713
name: 'Benjamin Canac',

0 commit comments

Comments
 (0)