From b52b8183ce299b5a2d3c3b2f4f8cb94bb443d746 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 2 Oct 2023 18:07:34 +0200 Subject: refactor(components): rewrite Notice component * Rename message prop to children prop and set ReactNode as type --- src/components/atoms/layout/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/atoms/layout/index.ts') diff --git a/src/components/atoms/layout/index.ts b/src/components/atoms/layout/index.ts index 9f467dc..3f2f8dc 100644 --- a/src/components/atoms/layout/index.ts +++ b/src/components/atoms/layout/index.ts @@ -5,5 +5,4 @@ export * from './footer'; export * from './header'; export * from './main'; export * from './nav'; -export * from './notice'; export * from './section'; -- cgit v1.2.3