From 891441a76173c708c6604fa203b175aefa222333 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 9 Oct 2023 16:31:00 +0200 Subject: refactor(components): rewrite Branding component The component should only be responsible of the layout for the logo, the name and the optional baseline. Also, the homepage url could be different from `/` so the consumer should give the right url. --- 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 1580baa..e43e664 100644 --- a/src/components/molecules/layout/index.ts +++ b/src/components/molecules/layout/index.ts @@ -1,4 +1,3 @@ -export * from './branding'; export * from './card'; export * from './code'; export * from './columns'; -- cgit v1.2.3