Skip to content

Commit

Permalink
oh god pt2: forgot to remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyuuussshhh committed Sep 20, 2024
1 parent 270a940 commit b3c7eb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-tauri/src/db/habits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ pub enum ToDelete {
pub mod commands {
use rusqlite::{params, Connection};
use std::collections::HashMap;
use std::sync::Mutex;
use tauri::State;

type CompMap = Mutex<HashMap<u64, bool>>;

use super::{DayType, History, ToDelete};
use crate::db::{
habits::Habit,
Expand Down

0 comments on commit b3c7eb1

Please sign in to comment.