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({
|
||||
selector: 'app-root',
|
||||
imports: [
|
||||
RouterOutlet,
|
||||
DashboardComponent,
|
||||
CommonModule,
|
||||
GridStackTestComponent,
|
||||
],
|
||||
imports: [RouterOutlet, CommonModule],
|
||||
templateUrl: './app.component.html',
|
||||
styleUrl: './app.component.scss',
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'bec_atlas';
|
||||
|
||||
constructor(private redisConnector: RedisConnectorService) {}
|
||||
constructor() {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user