feat: handling SSR and PG datas for admin space

This commit is contained in:
Julien Froidefond
2025-08-21 14:30:01 +02:00
parent c7ac6fc920
commit b3bb8e9296
8 changed files with 1958 additions and 1645 deletions

View File

@@ -1,3 +1,5 @@
export { TeamStatsCard } from "./team-stats-card";
export { DirectionOverview } from "./direction-overview";
export { MultiSelectFilter } from "./multi-select-filter";
export { AdminClientWrapper } from "./admin-client-wrapper";
export { TeamDetailClientWrapper } from "./team-detail-client-wrapper";