Skip to content

Commit

Permalink
fix(stark-demo): change import to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
carlo-nomes committed Feb 28, 2019
1 parent 0904e94 commit b96753a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion showcase/src/main.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AppModule } from "./app";
import { AbstractStarkMain, StarkEnvironment } from "@nationalbankbelgium/stark-core";
import { platformBrowserDynamic } from "@angular/platform-browser-dynamic";

import { environment } from "environments/environment";
import { environment } from "./environments/environment";

/*
* Bootstrap our Angular app with a top level component `App` and inject
Expand Down
2 changes: 1 addition & 1 deletion starter/src/main.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AppModule } from "./app";
import { AbstractStarkMain, StarkEnvironment } from "@nationalbankbelgium/stark-core";
import { platformBrowserDynamic } from "@angular/platform-browser-dynamic";

import { environment } from "environments/environment";
import { environment } from "./environments/environment";

/*
* Bootstrap our Angular app with a top level component `App` and inject
Expand Down

0 comments on commit b96753a

Please sign in to comment.