Skip to content

Commit

Permalink
style: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 24, 2024
1 parent c4db8d5 commit 40e3421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-ui/pages/analyses/index/in.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { AnalysisNode } from '@privateaim/core-kit';
import { BDropdown, BTable } from 'bootstrap-vue-next';
import { storeToRefs } from 'pinia';
import type { BuildInput } from 'rapiq';
import { computed, ref } from 'vue';
import { ref } from 'vue';
import {
FAnalysisNodeInCard,
FAnalysisNodes,
Expand Down

0 comments on commit 40e3421

Please sign in to comment.