fix: fixed eslint errors
Some checks failed
Frontend CI / Lint and Build Frontend (pull_request) Failing after 21s

This commit is contained in:
2025-08-02 16:37:14 +03:00
parent 9a11b4ea7e
commit 19cba1606b
7 changed files with 91 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import './Footer.css';
import { useLanguage } from '../contexts/LanguageContext';
import { useLanguage } from '../hooks/useLanguage';
const Footer = () => {
const { t } = useLanguage();