mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
Move desktop into apps/desktop
This commit is contained in:
5
apps/desktop/desktop_native/src/password/mod.rs
Normal file
5
apps/desktop/desktop_native/src/password/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
#[cfg_attr(target_os = "linux", path = "unix.rs")]
|
||||
#[cfg_attr(target_os = "windows", path = "windows.rs")]
|
||||
#[cfg_attr(target_os = "macos", path = "macos.rs")]
|
||||
mod password;
|
||||
pub use password::*;
|
||||
Reference in New Issue
Block a user