amelia earheart code example
Example: amelia earheart
import * as React from 'react';
export function App() {
return (
<div style={{ width: '400px' }}>
<button>Wow</button>
</div>
);
}
import * as React from 'react';
export function App() {
return (
<div style={{ width: '400px' }}>
<button>Wow</button>
</div>
);
}