style: import type

This commit is contained in:
Maël Gangloff
2024-12-31 13:55:42 +01:00
parent 28462683f9
commit b68ce10614
40 changed files with 104 additions and 75 deletions

View File

@@ -1,4 +1,5 @@
import {Breakpoint, theme} from 'antd'
import type {Breakpoint} from 'antd'
import { theme} from 'antd'
import {useMediaQuery} from 'react-responsive'
const {useToken} = theme