aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/thunderstore
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/src/thunderstore')
-rw-r--r--src-tauri/src/thunderstore/mod.rs2
1 files changed, 1 insertions, 1 deletions
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;