feat: terms page

This commit is contained in:
Henry
2025-02-26 22:10:44 +00:00
parent 597565d488
commit 00ee2a9a89
3 changed files with 625 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import TermsView from "~/views/terms";
export default function Terms() {
return <TermsView />;
}