feat(ui): Add the view check page

prettier fix
pull/16269/head
Zoe Steinkamp 2019-12-19 10:13:41 -07:00
parent 8750264807
commit a306d08909
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ import {ResourceIDs} from 'src/alerting/reducers/checks'
import GetResources, {ResourceType} from 'src/shared/components/GetResources' import GetResources, {ResourceType} from 'src/shared/components/GetResources'
import {AppState, Check, TimeZone} from 'src/types' import {AppState, Check, TimeZone} from 'src/types'
interface OwnProps { interface OwnProps {
params: {orgID: string; checkID: string} params: {orgID: string; checkID: string}
} }

View File

@ -16,7 +16,6 @@ import {checkResultsLength} from 'src/shared/utils/vis'
import {getTimeRangeVars} from 'src/variables/utils/getTimeRangeVars' import {getTimeRangeVars} from 'src/variables/utils/getTimeRangeVars'
import {TimeRange} from 'src/types' import {TimeRange} from 'src/types'
export const ResourceIDsContext = createContext<ResourceIDs>(null) export const ResourceIDsContext = createContext<ResourceIDs>(null)
interface OwnProps { interface OwnProps {