mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 15:26:41 +00:00
modified: src/app/[orgId]/settings/access/layout.tsx
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
interface AccessLayoutProps {
|
interface AccessLayoutProps {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
params: Promise<{
|
params: Promise<{
|
||||||
resourceId?: number | string;
|
|
||||||
orgId: string;
|
orgId: string;
|
||||||
}>;
|
}>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user