Member page

This commit is contained in:
cdricms
2025-02-05 09:11:17 +01:00
parent 0595f5dba7
commit 09b0c9b142
12 changed files with 372 additions and 95 deletions

View File

@@ -1,6 +1,7 @@
"use client";
import { ApiResponse, request } from "@/hooks/use-api";
import { ApiResponse } from "@/types/types";
import request from "@/lib/request";
import "@schedule-x/theme-shadcn/dist/index.css";
import { useNextCalendarApp, ScheduleXCalendar } from "@schedule-x/react";
import { createEventsServicePlugin } from "@schedule-x/events-service";