import { useTranslation } from "react-i18next"; import styles from "./TitleBox.module.scss"; import chato_img from "@images/chato_white.png"; export const TitleBox = () => { const { t } = useTranslation(); return (
VRCT logo chato

{t("config_window.config_title")}

); };