mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
...
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
fe6016dcb6
commit
14ee6b49b9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useI18n } from 'vue-i18n'
|
import { useI18n } from 'vue-i18n'
|
||||||
import { useDark, useToggle } from '@vueuse/core'
|
import { useDark, useToggle } from '@vueuse/core'
|
||||||
import { useAuth, useEditMode } from '@/composables/'
|
import { useAuth, useEditMode } from '@/composables'
|
||||||
|
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
const { isAuthenticated, setToken } = useAuth()
|
const { isAuthenticated, setToken } = useAuth()
|
||||||
|
|
Loading…
Add table
Reference in a new issue