diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-20 15:23:47 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:14:41 +0100 |
| commit | 98044be08600daf6bd7c7e1a4adada319dbcbbaf (patch) | |
| tree | 73b5509d2061a984a8f1e22ff776fdcdb764ecce /src/components/molecules/index.ts | |
| parent | 9492414d4ae94045eff4e06f636529bc0e71cb06 (diff) | |
feat(components): add a Colophon component
Diffstat (limited to 'src/components/molecules/index.ts')
| -rw-r--r-- | src/components/molecules/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/molecules/index.ts b/src/components/molecules/index.ts index d53d999..c2c94d0 100644 --- a/src/components/molecules/index.ts +++ b/src/components/molecules/index.ts @@ -3,6 +3,7 @@ export * from './buttons'; export * from './card'; export * from './code'; export * from './collapsible'; +export * from './colophon'; export * from './copyright'; export * from './forms'; export * from './grid'; |
