added router and updated base-layout
This commit is contained in:
9
src/pages/Home.js
Normal file
9
src/pages/Home.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export const Home = () => {
|
||||
return (
|
||||
<div>
|
||||
HOME
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user