Skip to content
Snippets Groups Projects
Commit a8ade6f9 authored by Simon Malesys's avatar Simon Malesys
Browse files

Fix TS errors

parent bfb59ee1
No related branches found
No related tags found
No related merge requests found
Pipeline #149012 passed
......@@ -177,7 +177,7 @@
</template>
<script setup lang="ts">
import { computed, onMounted, ref } from 'vue'
import { computed, ref } from 'vue'
import { useStore } from '../store'
import type { AdvancedFilters, FilterChip } from '../types'
import AppCheckbox from './AppCheckbox.vue'
......
......@@ -13,7 +13,7 @@ import type {
FastaHeader,
Statistics
} from './types'
import alphanumSort from './utils/alphanumSort'
// import alphanumSort from './utils/alphanumSort'
export const useStore = defineStore('store', {
state: (): AppState => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment