From 94448fa278ab352a741ff13f22d6104869571144 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 18 Oct 2023 19:25:02 +0200 Subject: feat(components): add a generic Grid component * merge Columns, Gallery and CardsList into Grid component * add more options to control the grid --- src/components/molecules/layout/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/molecules/layout/index.ts') diff --git a/src/components/molecules/layout/index.ts b/src/components/molecules/layout/index.ts index 75cbe28..f204f56 100644 --- a/src/components/molecules/layout/index.ts +++ b/src/components/molecules/layout/index.ts @@ -1,3 +1,2 @@ -export * from './columns'; export * from './page-footer'; export * from './page-header'; -- cgit v1.2.3