mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-01 05:36:22 +00:00
Move all message types to a standardised location
This commit is contained in:
@ -5,10 +5,10 @@ import { Component, OnDestroy, OnInit, ChangeDetectorRef, ElementRef, ViewChild
|
||||
import { DeploymentNotificationService } from '../services/deployment-notification.service';
|
||||
import { Subscription } from 'rxjs';
|
||||
import { WebSocketService } from '../services/websocket.service';
|
||||
import { LayoutCommand } from './layout-command';
|
||||
import { LayoutCommand } from '../message.types/layout.command';
|
||||
import { config } from '../config';
|
||||
import { ProcessLogService } from '../services/processlog.service';
|
||||
import { LogMessage } from '../services/log.message';
|
||||
import { LogMessage } from '../message.types/log.message';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
|
Reference in New Issue
Block a user