impress-2020/pages/terms.tsx
Matchu 2b486ea218 New terms of use page
Remind me to link Classic DTI to this too tbh
2022-09-25 06:00:59 -07:00

5 lines
138 B
TypeScript

import TermsOfUsePage from "../src/app/TermsOfUsePage";
export default function TermsOfUsePageWrapper() {
return <TermsOfUsePage />;
}