Skip to content

Commit 1241a7b

Browse files
committed
feat(backoffice): Fixes #133 - Dashboard Admin
1 parent 4ac23db commit 1241a7b

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

  • saintBarthVolleyApp/frontend
Binary file not shown.

saintBarthVolleyApp/frontend/.next/dev/cache/turbopack/0c06f068/LOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}

0 commit comments

Comments
 (0)