fix: build files

This commit is contained in:
2025-05-03 13:38:19 +02:00
parent 696d196b05
commit c296ef6dcd
@@ -16,7 +16,6 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { Minimize2Icon } from 'lucide-vue-next';
import { useGlobalStore } from '../../stores/global.store'; import { useGlobalStore } from '../../stores/global.store';
import TimetableContent from '../Timetable/TimetableContent.vue'; import TimetableContent from '../Timetable/TimetableContent.vue';