From 11bd3a3a4f87bedd216bba9b6cb148659d42cf8d Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 10 May 2023 02:45:37 +0200 Subject: refactor: Import constants from crate root Instead of lib --- src-tauri/src/thunderstore/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/src/thunderstore/mod.rs') diff --git a/src-tauri/src/thunderstore/mod.rs b/src-tauri/src/thunderstore/mod.rs index e9eb30d7..bd4204b4 100644 --- a/src-tauri/src/thunderstore/mod.rs +++ b/src-tauri/src/thunderstore/mod.rs @@ -1,5 +1,5 @@ //! For interacting with Thunderstore API -use app::constants::{APP_USER_AGENT, BLACKLISTED_MODS}; +use crate::constants::{APP_USER_AGENT, BLACKLISTED_MODS}; use serde::{Deserialize, Serialize}; use std::collections::HashSet; use ts_rs::TS; -- cgit v1.2.3