some changes

This commit is contained in:
john 2025-06-16 21:28:24 +02:00
parent 5e96ab6955
commit bc5c2075f4
8 changed files with 45 additions and 41 deletions

View file

@ -1,7 +1,7 @@
import { useUser } from '../../user/user.ts'
import NavButton from '../../../components/buttons/NavButton.tsx'
import { useLocation } from 'react-router-dom'
import { useTranslations } from '../../i18n/useTranslations.ts'
import { useTranslations } from '../../i18n/translations.ts'
export default function AuthNavButtons() {
const { t } = useTranslations()