Skip to content

Commit

Permalink
Move networking line back under listview import
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Aug 21, 2022
1 parent 72e79be commit e8300ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ pub mod keys;

pub mod layer;
pub mod layout;
pub mod networking;

#[cfg(feature = "appkit")]
pub mod listview;
pub mod networking;
pub mod notification_center;
pub(crate) mod objc_access;

Expand Down

0 comments on commit e8300ce

Please sign in to comment.