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 };