Refactoring in roles.

This commit is contained in:
charlesgauthereau
2025-11-01 14:50:08 +01:00
parent 027928c29f
commit ae766dab2f
36 changed files with 1800 additions and 383 deletions
+5
View File
@@ -0,0 +1,5 @@
import {Inter} from "next/font/google";
export const inter = Inter({subsets: ["latin"]});