fix(erp): enable erp pages and menu items
This commit is contained in:
12
front-end-agency/app/(agency)/erp/receber/page.tsx
Normal file
12
front-end-agency/app/(agency)/erp/receber/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
'use client';
|
||||
|
||||
import { SolutionGuard } from '@/components/auth/SolutionGuard';
|
||||
import FinanceContent from '@/components/erp/FinanceContent';
|
||||
|
||||
export default function ContasReceberPage() {
|
||||
return (
|
||||
<SolutionGuard requiredSolution="erp">
|
||||
<FinanceContent type="receber" />
|
||||
</SolutionGuard>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user