From 14c6e5a8bebfd10fb976984b505a208c82848d28 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 12 Dec 2022 01:44:02 -0800 Subject: [PATCH] State of DTI 2022 letter not linked anywhere yet, just the page itself created! --- pages/state-of-dti-2022.tsx | 5 ++ src/app/HomePage.js | 8 ++- src/app/StateOfDTI2022Page.js | 123 ++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+), 3 deletions(-) create mode 100644 pages/state-of-dti-2022.tsx create mode 100644 src/app/StateOfDTI2022Page.js diff --git a/pages/state-of-dti-2022.tsx b/pages/state-of-dti-2022.tsx new file mode 100644 index 00000000..45263c12 --- /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 f5eaa2c6..043af928 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 (