diff --git a/VoteStakeRegistry/components/Account/LockTokensModal.tsx b/VoteStakeRegistry/components/Account/LockTokensModal.tsx index f4bd7b58ef..7e94e1aa01 100644 --- a/VoteStakeRegistry/components/Account/LockTokensModal.tsx +++ b/VoteStakeRegistry/components/Account/LockTokensModal.tsx @@ -37,7 +37,6 @@ import { Period, VestingPeriod, vestingPeriods, - DAILY, } from 'VoteStakeRegistry/tools/types' import BigNumber from 'bignumber.js' import useVotePluginsClientStore from 'stores/useVotePluginsClientStore'