Working on refactoring to support router use case
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import AppShell from '../../components/AppShell';
|
||||
import Home from '../../components/pages/Home';
|
||||
|
||||
export default function UserId() {
|
||||
return <AppShell page={Home} />;
|
||||
}
|
||||
Reference in New Issue
Block a user