mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 03:55:15 +00:00
chore: remove unnecessary import
This commit is contained in:
parent
9ecdf4aa74
commit
168f387eb3
|
@ -1,6 +1,4 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useBotStore } from '@/stores/ftbotwrapper';
|
|
||||||
|
|
||||||
import type { ExchangeSelection } from '@/types';
|
import type { ExchangeSelection } from '@/types';
|
||||||
|
|
||||||
const exchangeModel = defineModel<ExchangeSelection>({ required: true });
|
const exchangeModel = defineModel<ExchangeSelection>({ required: true });
|
||||||
|
|
Loading…
Reference in New Issue
Block a user