Update dependencies, fix (auto)import problems

This commit is contained in:
Wroclaw 2023-11-06 02:57:00 +01:00
parent 267a83d484
commit 1d893c4a78
40 changed files with 5166 additions and 3047 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { order as orderType } from '~/utils/types/database';
import { type order as orderType } from '~/utils/types/database';
const props = defineProps<{
order?: orderType