4 lines
124 B
Rust
4 lines
124 B
Rust
// Re-export from galaxy_core so existing `remote_server::HostId` imports
|
|
// continue to work.
|
|
pub use galaxy_core::HostId;
|