From 654da74241d25df883a03c3424eed3174eff585d Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Sun, 11 Dec 2022 13:13:07 +0100 Subject: [PATCH] change Logo comp case --- components/{logo.tsx => Logo.tsx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename components/{logo.tsx => Logo.tsx} (98%) diff --git a/components/logo.tsx b/components/Logo.tsx similarity index 98% rename from components/logo.tsx rename to components/Logo.tsx index 2cbc3f9..3d102d3 100644 --- a/components/logo.tsx +++ b/components/Logo.tsx @@ -53,4 +53,4 @@ const GractwoLogo = ({ width, height, ...props }: logoprops) => { ); }; -export default GractwoLogo; +export { GractwoLogo };