🚧 wip: refactor proxy resource page

This commit is contained in:
Fred KISSIE
2025-12-10 21:15:42 +01:00
parent ce6b609ca2
commit 4e842a660a
2 changed files with 286 additions and 385 deletions

View File

@@ -13,9 +13,10 @@ import { GetOrgResponse } from "@server/routers/org";
import OrgProvider from "@app/providers/OrgProvider";
import { cache } from "react";
import ResourceInfoBox from "@app/components/ResourceInfoBox";
import { GetSiteResponse } from "@server/routers/site";
import { getTranslations } from "next-intl/server";
export const dynamic = "force-dynamic";
interface ResourceLayoutProps {
children: React.ReactNode;
params: Promise<{ niceId: string; orgId: string }>;