import React from 'react'; export default function App() { return ( <div style={{ padding: 20 }}> <h1>Welcome to the Sandbox!</h1> <p>Start editing to see your changes reflected instantly.</p> </div> ); }
import React from 'react'; export default function App() { return ( <div style={{ padding: 20 }}> <h1>Welcome to the Sandbox!</h1> <p>Start editing to see your changes reflected instantly.</p> </div> ); }