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 @@ -2728,3 +2728,9 @@ FAM | META SEQ | SST SEQ | RANGE
27282728 0 | 00002345 | 00002344 SST | [=======================================================================] | 3aefa6fd5cf2deb4-f42f94001fcb5351 (0 MiB, fresh)
27292729 1 | 00002346 | 00002342 SST | [===============================================================================================] | 055f38971e3f4b40-fcd7793042f87515 (0 MiB, fresh)
27302730 2 | 00002347 | 00002343 SST | [===============================================================================================] | 055f38971e3f4b40-fc14d191b68d496a (0 MiB, fresh)
2731+ Time 2026-02-26T09:51:35.253762049Z
2732+ Commit 00002353 157 keys in 9ms 435µs 968ns
2733+ FAM | META SEQ | SST SEQ | RANGE
2734+ 0 | 00002351 | 00002350 SST | [=======================================================================] | 3aefa6fd5cf2deb4-f42f94001fcb5351 (0 MiB, fresh)
2735+ 1 | 00002352 | 00002348 SST | [===============================================================================================] | 055f38971e3f4b40-fcd7793042f87515 (0 MiB, fresh)
2736+ 2 | 00002353 | 00002349 SST | [===============================================================================================] | 055f38971e3f4b40-fc14d191b68d496a (0 MiB, fresh)
Original file line number Diff line number Diff line change 1+ // frontend/src/app/admin/teams/page.tsx
2+ "use client" ;
3+
4+ import * as React from "react" ;
5+
6+ export default function TeamsPage ( ) {
7+ return (
8+ < div className = "p-4" >
9+ < h1 className = "text-xl font-bold" > Gestion des équipes</ h1 >
10+ < p > Ici tu pourras gérer les équipes de l’association.</ p >
11+ </ div >
12+ ) ;
13+ }
You can’t perform that action at this time.
0 commit comments