Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 1, 2024
1 parent 5175043 commit aff0453
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/eo/app-eo-landing-page/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
import { enableProdMode } from '@angular/core';
import { bootstrapApplication } from '@angular/platform-browser';

import { environment, eoApiEnvironmentToken, eoB2cEnvironmentToken } from '@energinet-datahub/eo/shared/environments';
import {
environment,
eoApiEnvironmentToken,
eoB2cEnvironmentToken,
} from '@energinet-datahub/eo/shared/environments';

import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
Expand Down

0 comments on commit aff0453

Please sign in to comment.