Refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import '../styles/globals.scss';
|
||||
import type { AppProps } from 'next/app';
|
||||
import { Footer } from './components/Footer';
|
||||
import { Header } from './components/Header';
|
||||
import { Footer } from './layout/Footer';
|
||||
import { Header } from './layout/Header';
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user