Spaces:
Building
Building
Update flare-ui/src/app/components/main/main.component.ts
Browse files
flare-ui/src/app/components/main/main.component.ts
CHANGED
@@ -233,7 +233,7 @@ import { EnvironmentService } from '../../services/environment.service';
|
|
233 |
}
|
234 |
`]
|
235 |
})
|
236 |
-
export class MainComponent implements OnInit
|
237 |
private authService = inject(AuthService);
|
238 |
private apiService = inject(ApiService);
|
239 |
private environmentService = inject(EnvironmentService);
|
|
|
233 |
}
|
234 |
`]
|
235 |
})
|
236 |
+
export class MainComponent implements OnInit {
|
237 |
private authService = inject(AuthService);
|
238 |
private apiService = inject(ApiService);
|
239 |
private environmentService = inject(EnvironmentService);
|