Untitled

 avatar
unknown
javascript
2 years ago
151 B
2
Indexable
export const App = () => {
  const greeting = 'Welcome to our cafe!';

  return (
    <div className="App">
      <h1>{greeting}</h1>
    </div>
  )
};
Editor is loading...