chore: remove unnecessary import

This commit is contained in:
Matthias 2024-11-02 18:10:02 +01:00
parent 9ecdf4aa74
commit 168f387eb3

View File

@ -1,6 +1,4 @@
<script setup lang="ts">
import { useBotStore } from '@/stores/ftbotwrapper';
import type { ExchangeSelection } from '@/types';
const exchangeModel = defineModel<ExchangeSelection>({ required: true });