feat: remove unused type import

This commit is contained in:
SauceyRed 2025-07-09 07:21:49 +02:00
parent 04689e57ea
commit 397e94798f
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -28,7 +28,6 @@
<script lang="ts" setup>
import { FetchError } from 'ofetch';
import type { StatsResponse } from '~/types/interfaces';
const instanceUrl = ref<string | null | undefined>(null);
const instanceUrlInput = ref<string>();