File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { Kbd } from '../basics/Kbd'
1818import { DefaultIcon } from '../Icon/DefaultIcon'
1919import { MdiIcon } from '../Icon/MdiIcon'
2020import { LinkAction } from './LinkAction'
21- import { useToggleBackground } from '../App/useToggleBackground'
2221
2322interface Props {
2423 link : LinkItem
@@ -35,7 +34,6 @@ export const Link: FC<Props> = ({
3534} ) => {
3635 const dispatch = useAppDispatch ( )
3736 const isCurrentAppMode = useIsCurrentAppMode ( )
38- const toggleBackground = useToggleBackground ( )
3937
4038 const showDescription = useAppSelector (
4139 ( state ) => state . appSettings . showDescriptions ,
Original file line number Diff line number Diff line change 1- /* eslint-disable no-var */
2-
31import { StoreEnhancer } from 'redux'
42
53export { }
You can’t perform that action at this time.
0 commit comments