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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";