mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 10:55:12 +00:00
Fix shitty looking imports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {Injectable} from '@angular/core';
|
||||
import {Subject} from 'rxjs/Subject';
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Subject } from 'rxjs/Subject';
|
||||
|
||||
@Injectable()
|
||||
export class DeploymentNotificationService {
|
||||
|
Reference in New Issue
Block a user