#13 Made login page form
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
import { Container } from "react-bootstrap";
|
||||
import MyNavbar from "../components/MyNavbar";
|
||||
|
||||
const HomePage = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>This is the home page</h1>
|
||||
<MyNavbar />
|
||||
<Container>
|
||||
<div>
|
||||
<h1>This is the home page</h1>
|
||||
</div>
|
||||
</Container>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user