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,6 +1,7 @@
import {Popconfirm, theme, Typography} from 'antd'
import {t} from 'ttag'
import {deleteWatchlist, Watchlist} from '../../../utils/api'
import type { Watchlist} from '../../../utils/api'
import {deleteWatchlist} from '../../../utils/api'
import {DeleteFilled} from '@ant-design/icons'
import React from 'react'