mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
style: lint
This commit is contained in:
parent
bcef7ef29d
commit
0e5c675f2c
@ -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<
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user