From 6ad0b7d68b82404b88c0f57a134e469407735ef8 Mon Sep 17 00:00:00 2001 From: Ben Elferink Date: Wed, 29 Jan 2025 16:24:34 +0200 Subject: [PATCH] chore: cleanup --- src/components/warning-modal/warning-modal.stories.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/warning-modal/warning-modal.stories.tsx b/src/components/warning-modal/warning-modal.stories.tsx index ec5d607..cdbfb29 100644 --- a/src/components/warning-modal/warning-modal.stories.tsx +++ b/src/components/warning-modal/warning-modal.stories.tsx @@ -2,7 +2,6 @@ import React, { useEffect } from 'react' import { Theme } from '../..' import { WarningModal, type WarningModalProps } from '.' import { type StoryFn, type StoryObj } from '@storybook/react' -import { Text } from '../text' import { NOTIFICATION_TYPE } from '../../@types' interface Props extends WarningModalProps {