Refactor app state to be a state machine with access selectors
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { RecoilRoot } from 'recoil';
|
||||
import Main from '../components/layouts/Main';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<RecoilRoot>
|
||||
<Main />
|
||||
</RecoilRoot>
|
||||
);
|
||||
return <Main />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user