feat: create home page and add it to routes config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { memo } from 'react';
|
||||
|
||||
function Home(props) {
|
||||
return <div>Heeeeelloooooo!</div>;
|
||||
}
|
||||
|
||||
export default memo(Home);
|
||||
|
||||
Reference in New Issue
Block a user