fix import

This commit is contained in:
Ulf Gebhardt 2023-11-22 02:17:44 +01:00
parent 8a37ac2b4d
commit 1316057e21
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,6 +1,6 @@
import { createSSRApp, defineComponent, h } from 'vue'
import PageShell from '#components//PageShell.vue'
import PageShell from '#components/PageShell.vue'
import { setPageContext } from '#context/usePageContext'
import i18n from '#plugins/i18n'
import pinia from '#plugins/pinia'