Created the Home page
This commit is contained in:
parent
82faa06464
commit
c0b0c98b6f
5
src/pages/Home/Home.jsx
Normal file
5
src/pages/Home/Home.jsx
Normal file
@ -0,0 +1,5 @@
|
||||
const Home = () => {
|
||||
return (<h2>Startseite</h2>)
|
||||
}
|
||||
|
||||
export default Home;
|
1
src/pages/Home/index.js
Normal file
1
src/pages/Home/index.js
Normal file
@ -0,0 +1 @@
|
||||
export {default} from './Home';
|
Loading…
x
Reference in New Issue
Block a user