added router and updated base-layout

This commit is contained in:
2022-01-24 13:32:25 +01:00
parent 5c6360c88a
commit 754243e3b2
10 changed files with 145 additions and 6 deletions

9
src/pages/Home.js Normal file
View File

@@ -0,0 +1,9 @@
import React from 'react'
export const Home = () => {
return (
<div>
HOME
</div>
)
}