Amelia Earheart
import * as React from 'react';
export function App() {
return (
<div style={{ width: '400px' }}>
<button>Wow</button>
</div>
);
}
anubra266