Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Jan 3, 2022
1 parent e628c4e commit 3720262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/desktop/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use ascella_desktop::{home::home_dir, screenshot_area};
use ascella_desktop::{take_ss, ScreenshotKind};
use ascella::{home::home_dir, screenshot_area};
use ascella::{take_ss, ScreenshotKind};
use clap::{crate_authors, crate_description, crate_name, crate_version, App, Arg};
use clipboard::ClipboardContext;
use clipboard::ClipboardProvider;
Expand Down

0 comments on commit 3720262

Please sign in to comment.