Skip to content

Commit 4ac23db

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

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

0 commit comments

Comments
 (0)