From 98044be08600daf6bd7c7e1a4adada319dbcbbaf Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 20 Oct 2023 15:23:47 +0200 Subject: feat(components): add a Colophon component --- src/components/molecules/colophon/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/components/molecules/colophon/index.ts (limited to 'src/components/molecules/colophon/index.ts') diff --git a/src/components/molecules/colophon/index.ts b/src/components/molecules/colophon/index.ts new file mode 100644 index 0000000..6e6f9cd --- /dev/null +++ b/src/components/molecules/colophon/index.ts @@ -0,0 +1 @@ +export * from './colophon'; -- cgit v1.2.3