feat: update front

This commit is contained in:
Maël Gangloff
2024-07-23 18:37:59 +02:00
parent 4556dfe85e
commit 827ca478c6
14 changed files with 599 additions and 126 deletions

View File

@@ -0,0 +1,12 @@
import React from 'react';
const DashboardPage = () => {
return (
<>
<p>Dashboard</p>
</>
);
};
export default DashboardPage;