Skip to content

Commit

Permalink
removed pub
Browse files Browse the repository at this point in the history
  • Loading branch information
EMcNugget committed Aug 30, 2024
1 parent 1d8e6d4 commit f52822c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ use log::info;
use tauri::{AppHandle, Listener};
use tauri_plugin_log::{Target, TargetKind};

pub mod app;
pub mod audio;
pub mod contraction;
pub mod settings;
pub mod structs;
pub mod util;
mod app;
mod audio;
mod contraction;
mod settings;
mod structs;
mod util;

fn setup(app_handle: &AppHandle) {
info!(
Expand Down

0 comments on commit f52822c

Please sign in to comment.