feat(client): refactor propTypes to TS types (#42278)

This commit is contained in:
Shaun Hamilton
2021-06-03 12:23:46 +01:00
committed by GitHub
parent 232469fc58
commit 24be225fa4
23 changed files with 415 additions and 171 deletions

View File

@@ -2,7 +2,7 @@ import { createAction, handleActions } from 'redux-actions';
import { uniqBy } from 'lodash-es';
import store from 'store';
import { createTypes, createAsyncTypes } from '../utils/createTypes';
import { createTypes, createAsyncTypes } from '../utils/create-types';
import { createFetchUserSaga } from './fetch-user-saga';
import { createAcceptTermsSaga } from './accept-terms-saga';
import { createAppMountSaga } from './app-mount-saga';