2026-03-30 03:12:57 +07:00

5 lines
137 B
TypeScript

/** Root application component for the PettyUI kitchen-sink showcase. */
export function App() {
return <div>PettyUI Showcase</div>;
}