feat: update front

This commit is contained in:
Maël Gangloff
2024-07-23 20:34:27 +02:00
parent 827ca478c6
commit d564e200ed
13 changed files with 70 additions and 515 deletions

View File

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