diff options
Diffstat (limited to 'shared/src/store.rs')
-rw-r--r-- | shared/src/store.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/store.rs b/shared/src/store.rs index f63ed6c..976960e 100644 --- a/shared/src/store.rs +++ b/shared/src/store.rs @@ -14,7 +14,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ -use crate::packets::{ReadWrite, Resource}; +use crate::{helper::ReadWrite, packets::Resource}; use anyhow::Result; use redb::{Database, TableDefinition}; use sha2::{Digest, Sha256}; |