mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
[SM-254] Rename web vault imports from src to web-vault (#3626)
This commit is contained in:
@@ -7,11 +7,10 @@ import { RouterModule } from "@angular/router";
|
||||
import { InfiniteScrollModule } from "ngx-infinite-scroll";
|
||||
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
|
||||
import { CoreModule } from "src/app/core";
|
||||
import { OssRoutingModule } from "src/app/oss-routing.module";
|
||||
import { OssModule } from "src/app/oss.module";
|
||||
import { WildcardRoutingModule } from "src/app/wildcard-routing.module";
|
||||
import { CoreModule } from "@bitwarden/web-vault/app/core";
|
||||
import { OssRoutingModule } from "@bitwarden/web-vault/app/oss-routing.module";
|
||||
import { OssModule } from "@bitwarden/web-vault/app/oss.module";
|
||||
import { WildcardRoutingModule } from "@bitwarden/web-vault/app/wildcard-routing.module";
|
||||
|
||||
import { AppRoutingModule } from "./app-routing.module";
|
||||
import { AppComponent } from "./app.component";
|
||||
|
||||
Reference in New Issue
Block a user