Skip to content

Commit d0c610a

Browse files
committed
[RZB-2500048]: move cross json to assets/json
1 parent 2deb7c3 commit d0c610a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/survey.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
import SurveyForm from "@/components/surveyForm.astro";
33
import BaseLayout from "@/layouts/Base";
44
import type { SurveyData } from "@/types";
5-
import { Debug } from "astro:components";
65
import surveyData from "../data/survey.json";
76
---
87

9-
<Debug data={surveyData} />
8+
<!--<Debug data={surveyData} />-->
109
<BaseLayout meta={{ title: "Survey Form" }}>
1110
<SurveyForm data={surveyData as SurveyData} />
1211
</BaseLayout>

0 commit comments

Comments
 (0)