Remove v2 actions and reducer folder in shared
parent
4b9305a473
commit
de25e696cd
|
@ -1,4 +1,4 @@
|
|||
import {MeState} from 'src/shared/reducers/v2/me'
|
||||
import {MeState} from 'src/shared/reducers/me'
|
||||
import {client} from 'src/utils/api'
|
||||
|
||||
export enum ActionTypes {
|
|
@ -9,7 +9,7 @@ import {SpinnerContainer, TechnoSpinner} from '@influxdata/clockface'
|
|||
import {RemoteDataState} from 'src/types'
|
||||
|
||||
// Actions
|
||||
import {getMe} from 'src/shared/actions/v2/me'
|
||||
import {getMe} from 'src/shared/actions/me'
|
||||
|
||||
// Decorators
|
||||
import {ErrorHandling} from 'src/shared/decorators/errors'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import {Actions, ActionTypes} from 'src/shared/actions/v2/me'
|
||||
import {Actions, ActionTypes} from 'src/shared/actions/me'
|
||||
|
||||
export interface MeLinks {
|
||||
self: string
|
|
@ -10,7 +10,7 @@ import sharedReducers from 'src/shared/reducers'
|
|||
import persistStateEnhancer from './persistStateEnhancer'
|
||||
|
||||
// v2 reducers
|
||||
import meReducer from 'src/shared/reducers/v2/me'
|
||||
import meReducer from 'src/shared/reducers/me'
|
||||
import tasksReducer from 'src/tasks/reducers'
|
||||
import rangesReducer from 'src/dashboards/reducers/ranges'
|
||||
import {dashboardsReducer} from 'src/dashboards/reducers/dashboards'
|
||||
|
|
|
@ -5,7 +5,7 @@ import {TimeMachinesState} from 'src/timeMachine/reducers'
|
|||
import {AppState as AppPresentationState} from 'src/shared/reducers/app'
|
||||
import {TasksState} from 'src/tasks/reducers'
|
||||
import {RouterState} from 'react-router-redux'
|
||||
import {MeState} from 'src/shared/reducers/v2/me'
|
||||
import {MeState} from 'src/shared/reducers/me'
|
||||
import {NoteEditorState} from 'src/dashboards/reducers/notes'
|
||||
import {DataLoadingState} from 'src/dataLoaders/reducers'
|
||||
import {OnboardingState} from 'src/onboarding/reducers'
|
||||
|
|
Loading…
Reference in New Issue