feat: terms page
This commit is contained in:
5
apps/web/src/pages/terms/index.tsx
Normal file
5
apps/web/src/pages/terms/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import TermsView from "~/views/terms";
|
||||
|
||||
export default function Terms() {
|
||||
return <TermsView />;
|
||||
}
|
||||
Reference in New Issue
Block a user