1 2 3 4 5 6 7
/* User Repository Port Re-exports the port trait from `paladin-ports` so that existing importers inside the facade continue to compile unchanged. */ pub use paladin_ports::output::user_repository_port::UserRepositoryPort;