Minor import edits

pull/2/head
Mark 2023-06-11 14:24:51 -07:00
parent 368c178ddc
commit a87d2a9bf2
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
mod unix;
pub(in crate::entry::unix) mod promptbuffer;
pub use crate::entry::unix::unix::main;
mod promptbuffer;
pub use self::unix::main;