base con autenticacion, registro, modulo encuestas
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import PageContainer from "@/components/layout/page-container";
|
||||
import { SurveyBuilder } from "@/feactures/surveys/components/admin/survey-builder";
|
||||
|
||||
export default function EditSurveyPage() {
|
||||
return (
|
||||
<PageContainer>
|
||||
<div className="w-full">
|
||||
<h1 className="text-2xl font-bold mb-6">Editar Encuesta</h1>
|
||||
<SurveyBuilder />
|
||||
</div>
|
||||
</PageContainer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user