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