Refactoring

This commit is contained in:
2022-06-16 19:56:24 +03:00
parent 31553c0ed8
commit b7ee46401d
3 changed files with 2 additions and 2 deletions

View File

@@ -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 (