aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/home/index.tsx
blob: 76a3d18cfe5de0bde7e717cc55536ed4062e5890 (plain)
1
2
3
4
5
6
7
import "./index.css";

export default function HomePage() {
  return (
    <div className="home-page">Be patient! I&apos;m working on this...</div>
  );
}