diff --git a/assets/pages/LoginPage.tsx b/assets/pages/LoginPage.tsx index 41d223b..8e709ca 100644 --- a/assets/pages/LoginPage.tsx +++ b/assets/pages/LoginPage.tsx @@ -6,7 +6,7 @@ import {LoginForm} from '../components/LoginForm' import type { InstanceConfig} from '../utils/api' import {getConfiguration} from '../utils/api' import {RegisterForm} from '../components/RegisterForm' -import useBreakpoint from "../hooks/useBreakpoint"; +import useBreakpoint from "../hooks/useBreakpoint" export const AuthenticatedContext = createContext< { diff --git a/assets/pages/infrastructure/TldPage.tsx b/assets/pages/infrastructure/TldPage.tsx index bcf004a..74ccf77 100644 --- a/assets/pages/infrastructure/TldPage.tsx +++ b/assets/pages/infrastructure/TldPage.tsx @@ -11,7 +11,7 @@ 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 useBreakpoint from "../../hooks/useBreakpoint"; +import useBreakpoint from "../../hooks/useBreakpoint" const {Text, Paragraph} = Typography