From d17d894f398650209c0ddd29502308de8c07bd93 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 27 Sep 2023 18:43:25 +0200 Subject: feat(components): add Article, Aside, Footer, Header, Main & Nav Some components have been renamed to be able to create Footer, Header and Nav. --- src/components/atoms/layout/article/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/components/atoms/layout/article/index.ts (limited to 'src/components/atoms/layout/article/index.ts') diff --git a/src/components/atoms/layout/article/index.ts b/src/components/atoms/layout/article/index.ts new file mode 100644 index 0000000..a8e7c14 --- /dev/null +++ b/src/components/atoms/layout/article/index.ts @@ -0,0 +1 @@ +export * from './article'; -- cgit v1.2.3