diff --git a/components/calendar/category/Table.vue b/components/calendar/category/Table.vue index c17a1e1..9896d01 100644 --- a/components/calendar/category/Table.vue +++ b/components/calendar/category/Table.vue @@ -2,8 +2,6 @@ import type { Category } from "~/models/Category"; import { ScrollAreaRoot, ScrollAreaViewport, ScrollAreaScrollbar, ScrollAreaThumb } from "radix-vue" -const { t } = useI18n() - const { categories } = defineProps<{ categories: Category[] }>() diff --git a/components/calendar/dialog/QuickCreateEvent.vue b/components/calendar/dialog/QuickCreateEvent.vue index 72d2afd..45efcb3 100644 --- a/components/calendar/dialog/QuickCreateEvent.vue +++ b/components/calendar/dialog/QuickCreateEvent.vue @@ -1,6 +1,7 @@