diff --git a/pages/state-of-dti-2022.tsx b/pages/state-of-dti-2022.tsx new file mode 100644 index 0000000..45263c1 --- /dev/null +++ b/pages/state-of-dti-2022.tsx @@ -0,0 +1,5 @@ +import StateOfDTI2022Page from "../src/app/StateOfDTI2022Page.js"; + +export default function StateOfDTI2022PageWrapper() { + return ; +} diff --git a/src/app/HomePage.js b/src/app/HomePage.js index f5eaa2c..043af92 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -664,7 +664,7 @@ function FeedbackFormSection() { ); } -function FeedbackFormContainer({ background, borderColor, children }) { +export function FeedbackFormContainer({ background, borderColor, children }) { return (