feat: update front layout

This commit is contained in:
Maël Gangloff
2024-07-26 23:55:12 +02:00
parent f72f6df546
commit 133850da1c
9 changed files with 214 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
import React from "react";
export default function UserPage() {
return <p>
My Account Page
</p>
}