style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-20 10:07:24 +00:00
parent d4dc519a59
commit 62ba67b5b6
3 changed files with 11 additions and 13 deletions

View file

@ -11,8 +11,8 @@
const route = useRoute();
const props = defineProps<{
learningObjectHruid: string;
}>();
learningObjectHruid: string;
}>();
const navigationDrawerShown = ref(true);
const currentLocale = ref(locale.value);