Skip to content

Commit

Permalink
lint: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Aug 29, 2024
1 parent 5ab0133 commit 51436cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/enums/variants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { PLACEMENTS } from '@/enums/placements'

const ACTION = 'action'
const PRIMARY = 'primary'
const SECONDARY = 'secondary'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { breakpointSizeArgType } from '~storybook/utils'
import BatchSearchErrorModal from '@/components/BatchSearch/BatchSearchErrorModal'
import ImageModeSource from '@/components/ImageMode/ImageModeSource'
import image from '@/assets/images/illustrations/app-modal-default-light.svg'
import imageDark from '@/assets/images/illustrations/app-modal-default-dark.svg'
export default {
components: { BatchSearchErrorModal },
title: 'Components/BatchSearch/BatchSearchErrorModal',
Expand Down

0 comments on commit 51436cd

Please sign in to comment.