Add stub for operations

This commit is contained in:
Jeremy Soller 2024-01-29 11:58:50 -07:00
parent c2a0d99086
commit 380a3b2ff7
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 61 additions and 2 deletions

View file

@ -20,14 +20,16 @@ use std::{any::TypeId, env, fs, path::PathBuf, process};
use config::{AppTheme, Config, CONFIG_VERSION};
mod config;
mod localize;
mod menu;
mod mouse_area;
mod localize;
mod mime_icon;
mod operation;
use tab::{Location, Tab};
mod tab;