diff --git a/src/client/app/composables/pageData.ts b/src/client/app/composables/pageData.ts index 0b989dd3..ab22bb79 100644 --- a/src/client/app/composables/pageData.ts +++ b/src/client/app/composables/pageData.ts @@ -1,5 +1,5 @@ -import { PageData } from '../../../../types/shared' import { inject, InjectionKey, Ref } from 'vue' +import { PageData } from '../../../../types/shared' export type PageDataRef = Ref diff --git a/src/client/app/index.html b/src/client/app/index.html index 939a0dbc..69e2efbb 100644 --- a/src/client/app/index.html +++ b/src/client/app/index.html @@ -1,7 +1,2 @@
-