Skip to main content
Coding
Theme
Template
export default function App() {
  return <h1>Hello World</h1>
}