fix(logs/ui): linting errors (#1152)
parent
c1bc4dc84a
commit
1ef3ec7a76
|
@ -1,6 +1,11 @@
|
|||
import React, {PureComponent} from 'react'
|
||||
|
||||
import {EmptyState, ComponentSpacer,Alignment ComponentSize} from 'src/clockface'
|
||||
import {
|
||||
EmptyState,
|
||||
ComponentSpacer,
|
||||
Alignment,
|
||||
ComponentSize,
|
||||
} from 'src/clockface'
|
||||
|
||||
import {SearchStatus} from 'src/types/logs'
|
||||
import {formatTime} from 'src/logs/utils'
|
||||
|
|
Loading…
Reference in New Issue