1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-07 11:40:31 -05:00

Fix build

This commit is contained in:
Bernd Schoolmann 2025-06-04 12:06:25 +02:00
parent 6f7a1d196a
commit be1e6c0a07
No known key found for this signature in database

View File

@ -1,5 +1,6 @@
#nullable enable
using Bit.Core.Entities;
using Bit.Core.KeyManagement.Entities;
using Bit.Core.KeyManagement.Models.Data;
using Bit.Core.KeyManagement.UserKey;
using Bit.Core.Repositories;