mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 00:36:38 +00:00
🚧 wip: approval tables in DB
This commit is contained in:
5
src/app/[orgId]/settings/access/approvals/page.tsx
Normal file
5
src/app/[orgId]/settings/access/approvals/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface ApprovalFeedPageProps {}
|
||||
|
||||
export default function ApprovalFeedPage(props: ApprovalFeedPageProps) {
|
||||
return <></>;
|
||||
}
|
||||
Reference in New Issue
Block a user