Files
Arkendro/client/src/App.jsx
2025-09-09 14:25:09 +02:00

10 lines
137 B
JavaScript

const App = () => {
return (
<main className="container">
<h1>Arkendro client</h1>
</main>
);
}
export default App;