mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-13 22:51:49 +02:00
refactor: cleanup
This commit is contained in:
@ -9,17 +9,12 @@ import { QueueTableComponent } from './queue-table/queue-table.component';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
imports: [
|
imports: [RouterOutlet, CommonModule],
|
||||||
RouterOutlet,
|
|
||||||
DashboardComponent,
|
|
||||||
CommonModule,
|
|
||||||
GridStackTestComponent,
|
|
||||||
],
|
|
||||||
templateUrl: './app.component.html',
|
templateUrl: './app.component.html',
|
||||||
styleUrl: './app.component.scss',
|
styleUrl: './app.component.scss',
|
||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {
|
||||||
title = 'bec_atlas';
|
title = 'bec_atlas';
|
||||||
|
|
||||||
constructor(private redisConnector: RedisConnectorService) {}
|
constructor() {}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user