From 3ff4c37a7a2c40340c17f9e6c1754444bce0f839 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 31 Oct 2023 16:00:45 +0100 Subject: refactor(components): rewrite Modal component * add an optional close button * add an icon prop --- src/components/atoms/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/atoms/index.ts') diff --git a/src/components/atoms/index.ts b/src/components/atoms/index.ts index 31beda9..9791e66 100644 --- a/src/components/atoms/index.ts +++ b/src/components/atoms/index.ts @@ -8,7 +8,6 @@ export * from './layout'; export * from './links'; export * from './lists'; export * from './loaders'; -export * from './modal'; export * from './notice'; export * from './sidebar'; export * from './visually-hidden'; -- cgit v1.2.3