6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
|
|
export default function Playground() {
|
||
|
|
return (
|
||
|
|
<div>A playground for a fast iteration development cycle in isolation outside of git.</div>
|
||
|
|
);
|
||
|
|
}
|