mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 02:43:50 +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}>
|
||||
<div className='App'>
|
||||
<Route exact path='/' component={PresenterView} />
|
||||
<Route exact path='/' component={SSpeaker} />
|
||||
<Route exact path='/sm' component={SStageManager} />
|
||||
<Route exact path='/speaker' component={SSpeaker} />
|
||||
<Route exact path='/speakersimple' component={SSpeakerSimple} />
|
||||
|
||||
Reference in New Issue
Block a user