impress-2020/pages/state-of-dti-2022.tsx

6 lines
157 B
TypeScript
Raw Normal View History

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