mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-13 15:25:39 +01:00
refactor loose components
This commit is contained in:
@@ -15,8 +15,6 @@ import { UtilService } from 'src/app/util/util.service';
|
||||
styleUrls: ['./header.component.scss'],
|
||||
})
|
||||
export class HeaderComponent implements OnInit {
|
||||
private readonly logger = console;
|
||||
|
||||
@Input('enableHamburger') enableHamburger: boolean = false;
|
||||
@Output('onHamburgerClick') onHamburgerClick = new EventEmitter<void>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user