first commit
This commit is contained in:
7
frontend/src/pages/HomePage.jsx
Normal file
7
frontend/src/pages/HomePage.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<section className="page-heading">
|
||||
<h1>Home</h1>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user