Refactor linting (#992)

This commit is contained in:
Leendert de Borst
2025-07-09 11:33:04 +02:00
committed by Leendert de Borst
parent 23052b375c
commit 7c26398e9c
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import React, { useEffect } from 'react';
import { useNavigate } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
import { useNavigate } from 'react-router-dom';
import { useApiUrl } from '@/entrypoints/popup/utils/ApiUrlUtility';

View File

@@ -1,7 +1,6 @@
import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
// Import all translations
import authEn from '../locales/en/auth.json';
import commonEn from '../locales/en/common.json';