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/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/atoms/index.ts') diff --git a/src/components/atoms/index.ts b/src/components/atoms/index.ts index abcc198..4aa367a 100644 --- a/src/components/atoms/index.ts +++ b/src/components/atoms/index.ts @@ -7,4 +7,5 @@ export * from './links'; export * from './lists'; export * from './loaders'; export * from './modal'; +export * from './notice'; export * from './sidebar'; -- cgit v1.2.3