v1.0 Early Access
Your code is compiling.
Your money should be too.
Turn idle build time into real money (beta)
Used by early developers testing the future of work
App.tsx
import React from 'react';
export const App = () => {
return (
<div className="p-4">
<h1>Building your vision...</h1>
</div>
);
};