Rename layout files

This commit is contained in:
Gabe Kangas
2022-04-28 12:57:51 -07:00
parent b90eadcb4e
commit e0c073171d
4 changed files with 2 additions and 2 deletions

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 (