diff --git a/src/app/components/logbook/logbook.component.ts b/src/app/components/logbook/logbook.component.ts index 1654511..d0ad9b5 100644 --- a/src/app/components/logbook/logbook.component.ts +++ b/src/app/components/logbook/logbook.component.ts @@ -1,5 +1,5 @@ -import { Component, AfterContentChecked, OnInit, OnDestroy } from '@angular/core'; import { CommonModule } from '@angular/common'; +import { Component, AfterContentChecked, OnInit, OnDestroy } from '@angular/core'; import { ActivatedRoute, Router, RouterModule } from '@angular/router'; import { MatButtonModule } from '@angular/material/button'; import { MatCardModule } from '@angular/material/card';