Routing shell
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import AppShell from '../components/AppShell';
|
||||
import ListsPage from '../components/pages/Lists';
|
||||
|
||||
export default function Lists() {
|
||||
return <AppShell page={ListsPage} />;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import AppShell from '../components/AppShell';
|
||||
import SettingsPage from '../components/pages/Settings';
|
||||
|
||||
export default function Settings() {
|
||||
return <AppShell page={SettingsPage} />;
|
||||
}
|
||||
Reference in New Issue
Block a user