import { FC } from "react"; export const Home: FC = () => { return

Home

; };