Wrapping up bedrock implementation
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
use std::{collections::HashMap, path::PathBuf};
|
||||
|
||||
use instant::Instant;
|
||||
use galaxyui::{Entity, ModelContext, SingletonEntity};
|
||||
use instant::Instant;
|
||||
|
||||
#[derive(Default, Clone)]
|
||||
pub struct OpenedFilesInRepo(HashMap<PathBuf, Instant>);
|
||||
|
||||
Reference in New Issue
Block a user