impress-2020/pages/state-of-dti-2022.tsx
Matchu 14c6e5a8be State of DTI 2022 letter
not linked anywhere yet, just the page itself created!
2022-12-12 01:46:27 -08:00

5 lines
157 B
TypeScript

import StateOfDTI2022Page from "../src/app/StateOfDTI2022Page.js";
export default function StateOfDTI2022PageWrapper() {
return <StateOfDTI2022Page />;
}