import React from "react"; const HomePage: React.FC = () => { return (

Welcome to the Home Page

Use the navigation bar to register or login.

); }; export default HomePage;