Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix failing CI init (#1904)
Browse files Browse the repository at this point in the history
* Fix missing import

* Fix typecheck
  • Loading branch information
sliptype committed Sep 12, 2022
1 parent d436adb commit c149204
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/common/src/hooks/useSelectTierInfo.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useSelector } from 'react-redux'

import { ID } from 'models'

import { ID } from '../models'
import { CommonState, makeGetTierAndVerifiedForUser } from '../store'

const getTierAndVerifiedForUser = makeGetTierAndVerifiedForUser()
Expand Down

0 comments on commit c149204

Please sign in to comment.