start
This commit is contained in:
9
src/components/default/index.js
Normal file
9
src/components/default/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import MainLayout from '../layouts/main';
|
||||
|
||||
function DefaultPage() {
|
||||
return (
|
||||
<MainLayout loginRequired={false}/>
|
||||
);
|
||||
}
|
||||
|
||||
export default DefaultPage;
|
||||
Reference in New Issue
Block a user