File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed
services/app/apps/codebattle Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ const rollbarRedux = rollbarMiddleware(rollbar);
5151const store = configureStore ( {
5252 reducer : rootReducer ,
5353 middleware : getDefaultMiddleware => getDefaultMiddleware ( {
54- serializableCheck : { ignoredActions : [ 'ERROR' , PERSIST ] } ,
55- } ) . concat ( rollbarRedux ) ,
54+ serializableCheck : { ignoredActions : [ 'ERROR' , PERSIST ] } ,
55+ } ) . concat ( rollbarRedux ) ,
5656} ) ;
5757
5858const persistor = persistStore ( store ) ;
5959
6060const EventWidget = React . lazy ( ( ) => import ( './pages/event' ) ) ;
61- const HallOfFame = React . lazy ( ( ) => import ( './pages/HallOfFame ' ) ) ;
61+ const HallOfFame = React . lazy ( ( ) => import ( './pages/hallOfFamePage ' ) ) ;
6262const InvitesContainer = React . lazy (
6363 ( ) => import ( './components/InvitesContainer' ) ,
6464) ;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4110,15 +4110,10 @@ caniuse-api@^3.0.0:
41104110 lodash.memoize "^4.1.2"
41114111 lodash.uniq "^4.5.0"
41124112
4113- caniuse-lite@^1.0.0:
4114- version "1.0.30001617"
4115- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz"
4116- integrity sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==
4117-
4118- caniuse-lite@^1.0.30001646:
4119- version "1.0.30001655"
4120- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz#0ce881f5a19a2dcfda2ecd927df4d5c1684b982f"
4121- integrity sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==
4113+ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001646:
4114+ version "1.0.30001751"
4115+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz"
4116+ integrity sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==
41224117
41234118capture-exit@^2.0.0:
41244119 version "2.0.0"
You can’t perform that action at this time.
0 commit comments