hotfix: build

This commit is contained in:
2025-02-02 15:05:57 +01:00
parent b8548b865b
commit 371e8085a9
+1 -1
View File
@@ -64,7 +64,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { computed, ref, type Ref } from 'vue'; import { computed } from 'vue';
import { useApiStore } from '../../stores/api.store'; import { useApiStore } from '../../stores/api.store';
import { DataStatus } from '../../types/api.types'; import { DataStatus } from '../../types/api.types';
import { useGlobalStore } from '../../stores/global.store'; import { useGlobalStore } from '../../stores/global.store';