Skip to content

Commit a3b44c7

Browse files
committed
chore: remove unnecessary changes
1 parent afb0dc3 commit a3b44c7

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@
165165
"@nx/nx-linux-x64-gnu": "^18.0",
166166
"@nx/nx-win32-x64-msvc": "^18.0"
167167
}
168-
}
168+
}

src/app/common/header/header.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { AuthenticationService, Project, Task, Unit, UnitRole, User } from 'src/
99
import { Subscription } from 'rxjs';
1010
import { MediaObserver } from 'ng-flex-layout';
1111

12-
1312
@Component({
1413
selector: 'app-header',
1514
templateUrl: './header.component.html',
@@ -69,7 +68,6 @@ export class HeaderComponent implements OnInit, OnDestroy {
6968
}),
7069
);
7170

72-
7371
this.subscriptions.push(
7472
this.globalState.projectsSubject.subscribe({
7573
next: (projects) => {

src/app/doubtfire-angular.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ const MY_DATE_FORMAT = {
267267
},
268268
};
269269
import { UnitStudentEnrolmentModalComponent } from './units/modals/unit-student-enrolment-modal/unit-student-enrolment-modal.component';
270-
import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
271270

272271
@NgModule({
273272
// Components we declare
@@ -469,7 +468,6 @@ import { provideAnimationsAsync } from '@angular/platform-browser/animations/asy
469468
provideLottieOptions({
470469
player: () => player,
471470
}),
472-
provideAnimationsAsync(),
473471
],
474472
imports: [
475473
FlexLayoutModule,

src/styles.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,3 @@ $main-view-max-height: calc((var(--vh, 1vh) * (100)) - 85px);
6363
}
6464
}
6565
}
66-
67-
68-
html, body { height: 100%; }
69-
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

0 commit comments

Comments
 (0)