1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 11:03:30 +00:00

Rename @bitwarden/importer/ui to @bitwarden/importer-ui (#13268)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2025-02-06 18:59:52 +01:00
committed by GitHub
parent 772f45aa63
commit fc62d80b70
12 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import { Component } from "@angular/core";
import { Router } from "@angular/router";
import { ImportComponent } from "@bitwarden/importer/ui";
import { ImportComponent } from "@bitwarden/importer-ui";
import { HeaderModule } from "../../layouts/header/header.module";
import { SharedModule } from "../../shared";