import React from "react"; interface HomePageProps { }; export default function HomePage(props: HomePageProps) { return ( <> ); }