import { ToolcraftApp } from "@repo/toolcraft-runtime/react"; import { starterComposition } from "../app/starter-composition"; export function StarterHome(): React.JSX.Element { return ( ); }