File tree Expand file tree Collapse file tree
saintBarthVolleyApp/frontend
.next/dev/cache/turbopack/0c06f068 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2722,3 +2722,9 @@ FAM | META SEQ | SST SEQ | RANGE
27222722 0 | 00002339 | 00002338 SST | [=======================================================================] | 3aefa6fd5cf2deb4-f42f94001fcb5351 (0 MiB, fresh)
27232723 1 | 00002340 | 00002337 SST | [==================================================================================================] | 00451748c51e234a-fe74f183c1fd4b13 (0 MiB, fresh)
27242724 2 | 00002341 | 00002336 SST | [==================================================================================================] | 00451748c51e234a-fe74f183c1fd4b13 (0 MiB, fresh)
2725+ Time 2026-02-26T09:50:41.05491204Z
2726+ Commit 00002347 157 keys in 20ms 570µs 748ns
2727+ FAM | META SEQ | SST SEQ | RANGE
2728+ 0 | 00002345 | 00002344 SST | [=======================================================================] | 3aefa6fd5cf2deb4-f42f94001fcb5351 (0 MiB, fresh)
2729+ 1 | 00002346 | 00002342 SST | [===============================================================================================] | 055f38971e3f4b40-fcd7793042f87515 (0 MiB, fresh)
2730+ 2 | 00002347 | 00002343 SST | [===============================================================================================] | 055f38971e3f4b40-fc14d191b68d496a (0 MiB, fresh)
Original file line number Diff line number Diff line change 1+ // frontend/src/app/admin/club/page.tsx
2+ "use client" ;
3+
4+ import * as React from "react" ;
5+
6+ export default function ClubPage ( ) {
7+ return (
8+ < div className = "p-4" >
9+ < h1 className = "text-xl font-bold" > Gestion du club</ h1 >
10+ < p > Ici tu pourras gérer les infos du club de l’association.</ p >
11+ </ div >
12+ ) ;
13+ }
You can’t perform that action at this time.
0 commit comments