From 51436cd13f636dc52c3425e4b4d0f0b881975adc Mon Sep 17 00:00:00 2001 From: Caroline Desprat Date: Thu, 29 Aug 2024 09:51:57 +0000 Subject: [PATCH] lint: remove unused imports --- src/enums/variants.js | 2 -- .../components/BatchSearch/BatchSearchErrorModal.stories.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/enums/variants.js b/src/enums/variants.js index 7dbf2da144..990a93bb41 100644 --- a/src/enums/variants.js +++ b/src/enums/variants.js @@ -1,5 +1,3 @@ -import { PLACEMENTS } from '@/enums/placements' - const ACTION = 'action' const PRIMARY = 'primary' const SECONDARY = 'secondary' diff --git a/src/stories/components/BatchSearch/BatchSearchErrorModal.stories.js b/src/stories/components/BatchSearch/BatchSearchErrorModal.stories.js index 256e041e9c..533e42b8f6 100644 --- a/src/stories/components/BatchSearch/BatchSearchErrorModal.stories.js +++ b/src/stories/components/BatchSearch/BatchSearchErrorModal.stories.js @@ -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',