ported unused calls to luxon, removed unused imports

This commit is contained in:
2025-05-12 11:34:30 +02:00
parent ca76a75562
commit b2b1ebe2f0
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import type { Moment } from 'moment';
import Calendar from './calendar/Calendar.vue'
import { Event } from '~/utils/event';
import { UCard } from '#components';