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 @@ ...@@ -177,7 +177,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { computed, onMounted, ref } from 'vue' import { computed, ref } from 'vue'
import { useStore } from '../store' import { useStore } from '../store'
import type { AdvancedFilters, FilterChip } from '../types' import type { AdvancedFilters, FilterChip } from '../types'
import AppCheckbox from './AppCheckbox.vue' import AppCheckbox from './AppCheckbox.vue'
......
...@@ -13,7 +13,7 @@ import type { ...@@ -13,7 +13,7 @@ import type {
FastaHeader, FastaHeader,
Statistics Statistics
} from './types' } from './types'
import alphanumSort from './utils/alphanumSort' // import alphanumSort from './utils/alphanumSort'
export const useStore = defineStore('store', { export const useStore = defineStore('store', {
state: (): AppState => { state: (): AppState => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment