mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: admin pages authorization issues
This commit is contained in:
parent
f356fe9f07
commit
e53044e42c
8 changed files with 210 additions and 73 deletions
|
|
@ -1,8 +1,5 @@
|
|||
'use client';
|
||||
import React from "react";
|
||||
import useSWR, { mutate } from "swr";
|
||||
import { getAPIUrl } from "@services/config/config";
|
||||
import { swrFetcher } from "@services/utils/ts/requests";
|
||||
import { useSession } from "@components/Contexts/SessionContext";
|
||||
import { useOrg } from "@components/Contexts/OrgContext";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue