3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
import Thinkloom from "./thinkloom";
|
|
export default function Home() { return <Thinkloom />; }
|