Files
bookibra/frontend/src/pages/HomePage.jsx
2025-11-10 00:14:49 +03:00

8 lines
129 B
JavaScript

export default function HomePage() {
return (
<section className="page-heading">
<h1>Home</h1>
</section>
);
}