Skip to content

Commit

Permalink
refactor: #1327 refactor Admin Stats using new react-redux hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
andt committed May 29, 2020
1 parent 317d47d commit 61f8d95
Show file tree
Hide file tree
Showing 15 changed files with 1,055 additions and 1,130 deletions.
2 changes: 1 addition & 1 deletion packages/marketplace/src/actions/admin-stats.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { actionCreator } from '../utils/actions'
import ActionTypes from '../constants/action-types'
import { Area, Range } from '@/components/pages/admin-stats'
import { Area, Range } from '@/components/pages/admin-stats/admin-stats'
import { AppSummaryModel, DeveloperModel, InstallationModel } from '@reapit/foundations-ts-definitions'

export type AdminStatsRequestParams = {
Expand Down
Loading

0 comments on commit 61f8d95

Please sign in to comment.