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