mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { streamHost } from 'utils/Hosts'
|
import { streamHost } from 'utils/Hosts'
|
||||||
import { isEqual } from 'lodash'
|
import isEqual from 'lodash/isEqual'
|
||||||
import { humanizeSize } from 'utils/Utils'
|
import { humanizeSize } from 'utils/Utils'
|
||||||
import ptt from 'parse-torrent-title'
|
import ptt from 'parse-torrent-title'
|
||||||
import { Button } from '@material-ui/core'
|
import { Button } from '@material-ui/core'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { memo, useEffect, useState } from 'react'
|
|||||||
import DialogContent from '@material-ui/core/DialogContent'
|
import DialogContent from '@material-ui/core/DialogContent'
|
||||||
import { Stage, Layer } from 'react-konva'
|
import { Stage, Layer } from 'react-konva'
|
||||||
import Measure from 'react-measure'
|
import Measure from 'react-measure'
|
||||||
import { isEqual } from 'lodash'
|
import isEqual from 'lodash/isEqual'
|
||||||
|
|
||||||
import SingleBlock from './SingleBlock'
|
import SingleBlock from './SingleBlock'
|
||||||
import { useCreateCacheMap } from './customHooks'
|
import { useCreateCacheMap } from './customHooks'
|
||||||
|
|||||||
Reference in New Issue
Block a user