remove unused import

This commit is contained in:
rjpeterson 2021-10-25 11:11:03 -10:00
parent 941583a0dc
commit d04714e0bf
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ import { sleep, formatUsdValue } from '../../utils'
import useInterval from '../../hooks/useInterval'
import { PerpTriggerOrder } from '../../@types/types'
import { useTranslation } from 'next-i18next'
import { current } from 'immer'
// This is a basic example of how to create a TV widget
// You can add more feature such as storing charts in localStorage