Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 26, 2024
1 parent d2bda97 commit e7b4ac2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PathView/PathViewEntry.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup>
import { computed, inject, ref } from 'vue'
import { compact } from 'lodash'
import PathViewEntryName from './PathViewEntryName'
import { compact } from 'lodash';
const props = defineProps({
collapse: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import FiltersPanelSectionFilter from '@/components/FiltersPanel/FiltersPanelSectionFilter'
import FiltersPanelSectionFilterEntry from '@/components/FiltersPanel/FiltersPanelSectionFilterEntry'

import PathView from '@/components/PathView/PathView'
import PathViewEntry from '@/components/PathView/PathViewEntry'
import PathViewEntryMore from '@/components/PathView/PathViewEntryMore'
Expand Down

0 comments on commit e7b4ac2

Please sign in to comment.