We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524af56 commit 658c510Copy full SHA for 658c510
source/views/calendar/calendar-ccc.js
@@ -9,7 +9,6 @@ import type {EventType, PoweredBy} from './types'
9
import moment from 'moment-timezone'
10
import delay from 'delay'
11
import LoadingView from '../components/loading'
12
-import querystring from 'querystring'
13
import {API} from '../../globals'
14
const TIMEZONE = 'America/Winnipeg'
15
source/views/menus/menu-bonapp.js
@@ -1,7 +1,6 @@
1
// @flow
2
import * as React from 'react'
3
4
-import qs from 'querystring'
5
import {NoticeView} from '../components/notice'
6
import type {TopLevelViewPropsType} from '../types'
7
import {FancyMenu} from './components/fancy-menu'
0 commit comments