Merge branch 'main' into dev

This commit is contained in:
Owen
2025-09-14 21:29:43 -07:00
8 changed files with 1767 additions and 361 deletions

View File

@@ -1,7 +1,6 @@
interface AccessLayoutProps {
children: React.ReactNode;
params: Promise<{
resourceId: number | string;
orgId: string;
}>;
}