mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-08 15:59:16 +00:00
bugfix on default path
Missing HOC call caused no data available
This commit is contained in:
@@ -35,6 +35,7 @@ function App() {
|
|||||||
<QueryClientProvider client={queryClient}>
|
<QueryClientProvider client={queryClient}>
|
||||||
<div className='App'>
|
<div className='App'>
|
||||||
<Route exact path='/' component={PresenterView} />
|
<Route exact path='/' component={PresenterView} />
|
||||||
|
<Route exact path='/' component={SSpeaker} />
|
||||||
<Route exact path='/sm' component={SStageManager} />
|
<Route exact path='/sm' component={SStageManager} />
|
||||||
<Route exact path='/speaker' component={SSpeaker} />
|
<Route exact path='/speaker' component={SSpeaker} />
|
||||||
<Route exact path='/speakersimple' component={SSpeakerSimple} />
|
<Route exact path='/speakersimple' component={SSpeakerSimple} />
|
||||||
|
|||||||
Reference in New Issue
Block a user