mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
refactor: rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::config::{ProfileExtra, ProfileResponse};
|
||||
use crate::core::{ProfileExtra, ProfileResponse};
|
||||
use std::{
|
||||
str::FromStr,
|
||||
time::{SystemTime, UNIX_EPOCH},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use super::{init, server};
|
||||
use crate::{config::ProfilesConfig, states};
|
||||
use crate::{core::ProfilesConfig, states};
|
||||
use tauri::{App, AppHandle, Manager};
|
||||
|
||||
/// handle something when start app
|
||||
|
||||
Reference in New Issue
Block a user