discord-multipurpose-bot/dashboard/app/terms-of-service/page.tsx

5 lines
147 B
TypeScript

import TermsOfServicePage from "@/components/legal/TermsOfService";
export default function TermsOfService() {
return <TermsOfServicePage />;
}