link-stack/packages/bridge-ui/components/Home.tsx

6 lines
88 B
TypeScript
Raw Normal View History

2024-05-09 07:42:44 +02:00
import { FC } from "react";
export const Home: FC = () => {
return <h1>Home</h1>;
};