Skip to content

Commit 34de310

Browse files
committed
use the correct path to report-network-problem
1 parent 2586f41 commit 34de310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/building-hours/stateful-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import moment from 'moment-timezone'
1313
import type {TopLevelViewPropsType} from '../types'
1414
import type {BuildingType} from './types'
1515
import * as defaultData from '../../../docs/building-hours'
16-
import {reportNetworkProblem} from '../components/report-network-problem'
16+
import {reportNetworkProblem} from '../../lib/report-network-problem'
1717
import toPairs from 'lodash/toPairs'
1818
import groupBy from 'lodash/groupBy'
1919

0 commit comments

Comments
 (0)