rename shared to common to disambiguate from 'shard'

This commit is contained in:
James Wilson
2021-06-14 10:57:06 +01:00
parent 8db384bed3
commit c276c2065a
26 changed files with 55 additions and 55 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
use std::sync::Arc;
use shared::types::{
use common::types::{
Block, BlockDetails, NodeDetails, NodeHardware, NodeIO, NodeId, NodeLocation, NodeStats,
Timestamp,
};
use shared::util::now;
use shared::node::SystemInterval;
use common::util::now;
use common::node::SystemInterval;
pub mod connector;