mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-23 01:05:56 +00:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
|
import TermsOfServicePage from "@/components/legal/TermsOfService";
|
||
|
|
||
|
export default function TermsOfService() {
|
||
|
return <TermsOfServicePage />;
|
||
|
}
|