Skip to content

Commit

Permalink
lint: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed May 2, 2024
1 parent 7df3d66 commit 8fc2cce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ui/layout/RecentObjectsListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<script>
import tooltipHelpers from '../../api/tooltips/tooltipMixins.js';
import ObjectPath from '../components/ObjectPath.vue';
import PreviewAction from '../preview/PreviewAction.js';

export default {
name: 'RecentObjectsListItem',
Expand Down
1 change: 0 additions & 1 deletion src/ui/layout/search/AnnotationSearchResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import sanitizeHtml from 'sanitize-html';

import { identifierToString } from '../../../../src/tools/url.js';
import ObjectPath from '../../components/ObjectPath.vue';
import PreviewAction from '../../preview/PreviewAction.js';

export default {
name: 'AnnotationSearchResult',
Expand Down

0 comments on commit 8fc2cce

Please sign in to comment.