Skip to content

Commit

Permalink
fix: noob
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 28, 2024
1 parent c18536d commit bcd363c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ async fn main() {
});
Ok(())
})
// .manage(AppState { prisma_client })
.invoke_handler(tauri::generate_handler![
cmds::get_all_directories,
cmds::create_directory,
Expand Down

0 comments on commit bcd363c

Please sign in to comment.