import { Typography } from "@/components/elements/Typography" const Home: React.FC = () => { return (
) } export default Home