function App() {
  return <h1>Happy Coding 🚀</h1>;
}

export default App;
