Skip to content

Commit 658c510

Browse files
committed
remove two now-unused imports
1 parent 524af56 commit 658c510

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/views/calendar/calendar-ccc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import type {EventType, PoweredBy} from './types'
99
import moment from 'moment-timezone'
1010
import delay from 'delay'
1111
import LoadingView from '../components/loading'
12-
import querystring from 'querystring'
1312
import {API} from '../../globals'
1413
const TIMEZONE = 'America/Winnipeg'
1514

source/views/menus/menu-bonapp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @flow
22
import * as React from 'react'
33
import LoadingView from '../components/loading'
4-
import qs from 'querystring'
54
import {NoticeView} from '../components/notice'
65
import type {TopLevelViewPropsType} from '../types'
76
import {FancyMenu} from './components/fancy-menu'

0 commit comments

Comments
 (0)