File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import LoadingView from '../components/loading'
44import qs from 'querystring'
55import { NoticeView } from '../components/notice'
66import type { TopLevelViewPropsType } from '../types'
7- import { ConnectedFancyMenu as FancyMenu } from './components/fancy-menu'
7+ import { FancyMenu } from './components/fancy-menu'
88import type {
99 BonAppMenuInfoType as MenuInfoType ,
1010 BonAppCafeInfoType as CafeInfoType ,
Original file line number Diff line number Diff line change 22import * as React from 'react'
33import LoadingView from '../components/loading'
44import { NoticeView } from '../components/notice'
5- import { ConnectedFancyMenu as FancyMenu } from './components/fancy-menu'
5+ import { FancyMenu } from './components/fancy-menu'
66import type { TopLevelViewPropsType } from '../types'
77import type momentT from 'moment'
88import moment from 'moment-timezone'
You can’t perform that action at this time.
0 commit comments