0

Rename layout files

This commit is contained in:
Gabe Kangas 2022-04-28 12:57:51 -07:00
parent b90eadcb4e
commit e0c073171d
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
4 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import { AppProps } from 'next/app';
import { useRouter } from 'next/router';
import AdminLayout from './admin/admin-layout';
import SimpleLayout from '../components/layouts/simple-layout';
import SimpleLayout from '../components/layouts/SimpleLayout';
function App({ Component, pageProps }: AppProps) {
const router = useRouter();

View File

@ -1,5 +1,5 @@
import { RecoilRoot } from 'recoil';
import Main from '../components/layouts/main';
import Main from '../components/layouts/Main';
export default function Home() {
return (