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/github/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/src/github') diff --git a/src-tauri/src/github/mod.rs b/src-tauri/src/github/mod.rs index 0493ada5..a4e390d3 100644 --- a/src-tauri/src/github/mod.rs +++ b/src-tauri/src/github/mod.rs @@ -1,7 +1,7 @@ pub mod pull_requests; pub mod release_notes; -use app::constants::{ +use crate::constants::{ APP_USER_AGENT, FLIGHTCORE_REPO_NAME, NORTHSTAR_RELEASE_REPO_NAME, SECTION_ORDER, }; use regex::Regex; -- cgit v1.2.3