Wiring of info bar
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
|
||||
import { InfoBarComponent } from './editor/info-bar/info-bar.component';
|
||||
import { TabsComponent } from './editor/tabs/tabs.component';
|
||||
import { EditorsComponent } from './editor/editors.component';
|
||||
|
||||
@@ -9,6 +10,7 @@ import { EditorsComponent } from './editor/editors.component';
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
imports: [
|
||||
InfoBarComponent,
|
||||
TabsComponent,
|
||||
EditorsComponent
|
||||
],
|
||||
|
Reference in New Issue
Block a user