pub mod folder; #[derive(Clone)] pub enum AppPopup { AddFolder(folder::AddFolderPopup) }