diff --git a/src/app/app.component.ts b/src/app/app.component.ts index bcfc2e09..d70f0da7 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -22,8 +22,8 @@ import { locale as navigationTurkish } from 'app/navigation/i18n/tr'; }) export class AppComponent implements OnInit, OnDestroy { - navigation: any; fuseConfig: any; + navigation: any; // Private private _unsubscribeAll: Subject;