diff --git a/src/app/app.component.ts b/src/app/app.component.ts index ac2fbd4..4bfb6d6 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,5 +1,5 @@ import { Component, ViewChild, ViewContainerRef } from '@angular/core'; -import {MdSidenav, MdDialog, MdDialogConfig} from "@angular/material"; +import {MdSidenav, MdDialog, MdDialogConfig} from '@angular/material'; @Component({ selector: 'settings-dialog',