mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
refactor: Extract system and status logic from UI module
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
1d9bc1e25e
commit
b854d29015
2 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use chrono::{DateTime, Local, Timelike, Utc};
|
||||
use crate::config::Config;
|
||||
use chrono::{DateTime, Local, Timelike, Utc};
|
||||
use regex::Captures;
|
||||
use std::collections::VecDeque;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue