Files
react-test/docs/scripts/playground.template.tsx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
153 B
TypeScript
Raw Normal View History

2025-12-12 14:26:25 +09:00
export default function Playground() {
return (
<div>A playground for a fast iteration development cycle in isolation outside of git.</div>
);
}