chore: fix imports

This commit is contained in:
Michael 2025-03-19 11:01:29 +01:00
parent 0383192604
commit eaf65ee99e
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,4 @@
import axios from "axios";
import {ref, reactive, computed} from "vue";
import {ref, reactive} from "vue";
export function archive_page() {
const items = ref([])

View file

@ -1,4 +1,4 @@
import { VSelect, VTextField } from "vuetify/components";
import { VTextField } from "vuetify/components";
export interface ShowDjs {
id?: number;