Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed May 19, 2020
1 parent 0f65cc5 commit ad23c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CostExplorerTable from './cost-explorer-table'
import { useDispatch, useSelector } from 'react-redux'
import { Dispatch } from 'redux'
import { fetchMonthlyBilling } from '@/actions/developer'
import { selectDeveloperApps } from '@/selector'
import { selectDeveloperApps } from '@/selector/developer'
import { AppSummaryModel } from '@reapit/foundations-ts-definitions'

export type CostExplorerProps = {}
Expand Down

0 comments on commit ad23c79

Please sign in to comment.