Wiring of info bar

This commit is contained in:
2025-06-12 02:45:17 -05:00
parent dbbc6deaae
commit 0675985a5e
13 changed files with 242 additions and 45 deletions

View File

@@ -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
],