Add default export for logo component

This commit is contained in:
2022-07-03 22:46:53 +03:00
parent ac8b150fc6
commit 7a4c3284b8
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import '../styles/transitions.scss';
import type { AppProps } from 'next/app';
import Footer from './components/Footer';
import NavBar from './components/NavBar';
import { Logo } from './components/Logo';
import Logo from './components/Logo';
function Runosaari({ Component, pageProps }: AppProps) {
return (