10 lines
137 B
JavaScript
10 lines
137 B
JavaScript
|
|
const App = () => {
|
|
return (
|
|
<main className="container">
|
|
<h1>Arkendro client</h1>
|
|
</main>
|
|
);
|
|
}
|
|
|
|
export default App; |