link-stack/packages/bridge-ui/components/Home.tsx
2024-05-09 07:42:44 +02:00

5 lines
88 B
TypeScript

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