Fix toolbar

This commit is contained in:
Geomitron
2023-11-29 11:39:54 -06:00
parent 2eef4d0bee
commit 6fae59f762
5 changed files with 19 additions and 42 deletions

View File

@@ -3,7 +3,6 @@ import { ChangeDetectorRef, Component, OnInit } from '@angular/core'
@Component({
selector: 'app-toolbar',
templateUrl: './toolbar.component.html',
styleUrls: ['./toolbar.component.scss'],
})
export class ToolbarComponent implements OnInit {