1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Remove platform keygen service re-exports (#16081)

This commit is contained in:
Bernd Schoolmann
2025-08-21 09:45:49 +02:00
committed by GitHub
parent 3bccca7cce
commit 1463fc804d
2 changed files with 0 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
/** Temporary re-export. This should not be used for new imports */
export { KeyGenerationService } from "../../key-management/crypto/key-generation/key-generation.service";

View File

@@ -1,2 +0,0 @@
/** Temporary re-export. This should not be used for new imports */
export { DefaultKeyGenerationService as KeyGenerationService } from "../../key-management/crypto/key-generation/default-key-generation.service";