chore: eslint fix

This commit is contained in:
Maël Gangloff
2025-09-14 18:09:04 +02:00
parent ac264d9a13
commit eae862030e
4 changed files with 5 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import punycode from 'punycode/punycode'
import {getCountryCode} from '../../utils/functions/getCountryCode'
import {tldToEmoji} from '../../utils/functions/tldToEmoji'
import {BankOutlined, FlagOutlined, GlobalOutlined, TrademarkOutlined} from "@ant-design/icons"
import {Link} from "react-router-dom";
import {Link} from "react-router-dom"
const {Text, Paragraph} = Typography