Skip to content

Commit fdaf175

Browse files
committed
Fix import for Building Hours
1 parent a370ce0 commit fdaf175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/building-hours/report/submit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import jsYaml from 'js-yaml'
44
import type {BuildingType} from '../types'
55
import {email} from 'react-native-communications'
66
import querystring from 'querystring'
7-
import {GH_NEW_ISSUE_URL} from '../../globals'
7+
import {GH_NEW_ISSUE_URL} from '../../../globals'
88

99
export function submitReport(current: BuildingType, suggestion: BuildingType) {
1010
// calling trim() on these to remove the trailing newlines

0 commit comments

Comments
 (0)