7 lines
No EOL
67 B
TypeScript
7 lines
No EOL
67 B
TypeScript
|
|
|
|
const App = () => {
|
|
return <h1>wow</h1>
|
|
}
|
|
|
|
export default App |