mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Organize imports
This commit is contained in:
parent
4272d110ae
commit
1c71ed5805
|
@ -51,12 +51,12 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import CheckIcon from 'vue-material-design-icons/Check.vue';
|
|
||||||
import { usePlotConfigStore } from '@/stores/plotConfig';
|
import { usePlotConfigStore } from '@/stores/plotConfig';
|
||||||
import EditIcon from 'vue-material-design-icons/Pencil.vue';
|
import CheckIcon from 'vue-material-design-icons/Check.vue';
|
||||||
import DeleteIcon from 'vue-material-design-icons/Delete.vue';
|
|
||||||
import AddIcon from 'vue-material-design-icons/PlusBoxOutline.vue';
|
|
||||||
import CloseIcon from 'vue-material-design-icons/Close.vue';
|
import CloseIcon from 'vue-material-design-icons/Close.vue';
|
||||||
|
import DeleteIcon from 'vue-material-design-icons/Delete.vue';
|
||||||
|
import EditIcon from 'vue-material-design-icons/Pencil.vue';
|
||||||
|
import AddIcon from 'vue-material-design-icons/PlusBoxOutline.vue';
|
||||||
|
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user