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 */
1
2
import { lazyLoad , LazyLoadedComponent , PlatformRoute } from '~/libs/core'
2
3
import { learnRoutes } from '~/apps/learn'
3
4
import { devCenterRoutes } from '~/apps/dev-center'
4
5
import { gamificationAdminRoutes } from '~/apps/gamification-admin'
5
- import { earnRoutes } from '~/apps/earn'
6
+ // import { earnRoutes } from '~/apps/earn'
6
7
import { selfServiceRoutes } from '~/apps/self-service'
7
8
import { profilesRoutes } from '~/apps/profiles'
8
9
import { talentSearchRoutes } from '~/apps/talent-search'
@@ -24,7 +25,7 @@ export const platformRoutes: Array<PlatformRoute> = [
24
25
// that matches the current path
25
26
...selfServiceRoutes ,
26
27
...devCenterRoutes ,
27
- ...earnRoutes ,
28
+ // ...earnRoutes,
28
29
...learnRoutes ,
29
30
...gamificationAdminRoutes ,
30
31
...talentSearchRoutes ,
You can’t perform that action at this time.
0 commit comments