adding the terms and conditions link
This commit is contained in:
5
src/app/terms/page.tsx
Normal file
5
src/app/terms/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import TosCard from '@/components/tos-card';
|
||||
|
||||
export default function TermsPage() {
|
||||
return <TosCard />;
|
||||
}
|
||||
Reference in New Issue
Block a user