import { useTranslation } from "react-i18next"; import Navbar from "../Components/Navbar/Navbar"; import Footer from "../Components/Footer/Footer"; const TOS = () => { const { t } = useTranslation("TOS") return (
{t("tos.lastUpdated")}
{t("tos.introText")}
{paragraph.split("\n").map((line, index) => (
{line}
))}
{paragraph.split("\n").map((line, index) => (
{line}
))}
{paragraph.split("\n").map((line, index) => (
{line}
))}
{paragraph.split("\n").map((line, index) => (
{line}
))}
{paragraph.split("\n").map((line, index) => (
{line}
))}
{paragraph.split("\n").map((line, index) => (
{line}
))}