diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-31 16:00:45 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:15:27 +0100 |
| commit | 3ff4c37a7a2c40340c17f9e6c1754444bce0f839 (patch) | |
| tree | 551ca3df148d46af2bd27995fa98c01378030644 /src/components/molecules/index.ts | |
| parent | 0e52a59917406ad03c174e030c6c1c92ab23449d (diff) | |
refactor(components): rewrite Modal component
* add an optional close button
* add an icon prop
Diffstat (limited to 'src/components/molecules/index.ts')
| -rw-r--r-- | src/components/molecules/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/index.ts b/src/components/molecules/index.ts index c2c94d0..04c669f 100644 --- a/src/components/molecules/index.ts +++ b/src/components/molecules/index.ts @@ -10,5 +10,5 @@ export * from './grid'; export * from './images'; export * from './layout'; export * from './meta-list'; +export * from './modals'; export * from './nav'; -export * from './tooltip'; |
