feat: versão 1.5 - CRM Beta com leads, funis, campanhas e portal do cliente
This commit is contained in:
8
front-end-agency/app/cliente/cadastro/page.tsx
Normal file
8
front-end-agency/app/cliente/cadastro/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { getBranding } from '@/lib/branding';
|
||||
import CadastroClientePage from './cadastro-client';
|
||||
|
||||
export default async function CadastroPage() {
|
||||
const branding = await getBranding();
|
||||
|
||||
return <CadastroClientePage branding={branding} />;
|
||||
}
|
||||
Reference in New Issue
Block a user