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/molecules/modals/tooltip/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/components/molecules/modals/tooltip/index.ts (limited to 'src/components/molecules/modals/tooltip/index.ts') diff --git a/src/components/molecules/modals/tooltip/index.ts b/src/components/molecules/modals/tooltip/index.ts new file mode 100644 index 0000000..ed8326d --- /dev/null +++ b/src/components/molecules/modals/tooltip/index.ts @@ -0,0 +1 @@ +export * from './tooltip'; -- cgit v1.2.3