feat: remove unused type import
This commit is contained in:
parent
04689e57ea
commit
397e94798f
1 changed files with 0 additions and 1 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue