Skip to content

Commit 51f6ec4

Browse files
FelixTeutschjb-cc
authored andcommitted
fix(Frontend): import i18n so the test are happy...
1 parent a0a36dc commit 51f6ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Frontend/components/AppHeader/AppHeader.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script lang="ts" setup>
22
import { useRouter } from "vue-router";
33
import { useColorMode } from "#imports";
4+
import { useI18n } from "vue-i18n";
45
56
const router = useRouter();
67
const colorMode = useColorMode();

0 commit comments

Comments
 (0)