File tree 2 files changed +837
-0
lines changed
2 files changed +837
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import Errortest from "./pages/errorTest";
14
14
import NotFoundPage from "./pages/notFound" ;
15
15
import { MapProvider } from "./map/mapContext" ;
16
16
import CacheProvider from "./map/mapCacheContext" ;
17
+ import MapSSEPage from "./pages/mapSSE" ;
17
18
18
19
const queryClient = new QueryClient ( {
19
20
defaultOptions : {
@@ -45,6 +46,7 @@ function App() {
45
46
< Route path = "/university" element = { < UniversitySearchPage /> } />
46
47
< Route path = "/building" element = { < BuildingSearchPage /> } />
47
48
< Route path = "/map" element = { < MapPage /> } />
49
+ < Route path = "/map/sse" element = { < MapSSEPage /> } />
48
50
< Route path = "/form" element = { < ReportForm /> } />
49
51
< Route path = "/result" element = { < NavigationResultPage /> } />
50
52
< Route path = "/report/route" element = { < ReportRoutePage /> } />
You can’t perform that action at this time.
0 commit comments