File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ /* eslint-disable ordered-imports/ordered-imports */
12import { lazyLoad , LazyLoadedComponent , PlatformRoute } from '~/libs/core'
23import { learnRoutes } from '~/apps/learn'
34import { devCenterRoutes } from '~/apps/dev-center'
45import { gamificationAdminRoutes } from '~/apps/gamification-admin'
5- import { earnRoutes } from '~/apps/earn'
6+ // import { earnRoutes } from '~/apps/earn'
67import { selfServiceRoutes } from '~/apps/self-service'
78import { profilesRoutes } from '~/apps/profiles'
89import { talentSearchRoutes } from '~/apps/talent-search'
@@ -24,7 +25,7 @@ export const platformRoutes: Array<PlatformRoute> = [
2425 // that matches the current path
2526 ...selfServiceRoutes ,
2627 ...devCenterRoutes ,
27- ...earnRoutes ,
28+ // ...earnRoutes,
2829 ...learnRoutes ,
2930 ...gamificationAdminRoutes ,
3031 ...talentSearchRoutes ,
You can’t perform that action at this time.
0 commit comments