Rename types/actions/error.ts to errors.ts for consistency
parent
c11205199e
commit
7d4332bb6f
|
@ -49,7 +49,7 @@ import {notify} from 'src/shared/actions/notifications'
|
|||
import 'src/style/chronograf.scss'
|
||||
|
||||
import {HEARTBEAT_INTERVAL} from 'src/shared/constants'
|
||||
import * as ErrorData from 'src/types/error'
|
||||
import * as ErrorData from 'src/types/errors'
|
||||
|
||||
const errorsQueue = []
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import * as ErrorData from 'src/types/error'
|
||||
import * as ErrorData from 'src/types/errors'
|
||||
import * as ErrorActions from 'src/types/actions/error'
|
||||
|
||||
export const errorThrown = (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import * as ErrorData from 'src/types/error'
|
||||
import * as ErrorData from 'src/types/errors'
|
||||
|
||||
export type ErrorThrownActionCreator = (
|
||||
error: ErrorData.ErrorDescription,
|
||||
|
|
Loading…
Reference in New Issue