feat: add view responses page
Docker Build and Push / build-and-push (push) Successful in 6m35s

This commit is contained in:
2026-02-22 19:03:35 +07:00
parent 4014ec802a
commit 631cac2dc3
9 changed files with 1077 additions and 10 deletions
+1
View File
@@ -8,6 +8,7 @@ export default [
route("forms/new", "routes/create-form.tsx"),
route("form/:id", "routes/form.tsx"),
route("form/:id/submit", "routes/submit-form.tsx"),
route("form/:id/responses", "routes/form-responses.tsx"),
route("form/:id/edit", "routes/edit-form.tsx"),
route("*", "routes/not-found.tsx"),
] satisfies RouteConfig;