Skip to content

Commit 1ae6fd3

Browse files
authored
all: less planet component is more (fixes #9168) (#9164)
1 parent 8216e93 commit 1ae6fd3

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.37",
4+
"version": "0.20.38",
55
"myplanet": {
66
"latest": "v0.33.38",
77
"min": "v0.32.38"

src/app/home/home.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { PlanetCalendarModule } from '../shared/calendar.module';
2424
import { CommunityLinkDialogComponent } from '../community/community-link-dialog.component';
2525
import { HealthListComponent } from '../health/health-list.component';
2626
import { UsersModule } from '../users/users.module';
27-
import { PlanetComponent } from './planet.component';
2827
import { CoursesViewDetailModule } from '../courses/view-courses/courses-view-detail.module';
2928
import { ChatModule } from '../chat/chat.module';
3029
import { SurveysModule } from '../surveys/surveys.module';
@@ -61,8 +60,7 @@ import { SurveysModule } from '../surveys/surveys.module';
6160
LogsMyPlanetComponent,
6261
CommunityComponent,
6362
CommunityLinkDialogComponent,
64-
PlanetComponent,
65-
HealthListComponent,
63+
HealthListComponent,
6664
]
6765
})
6866
export class HomeModule {}

src/app/home/planet.component.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/home/planet.component.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)