rebase fix - almost have serialize_workspace piped to the workspace constructor. Just a few compile errors left
This commit is contained in:
parent
73f0459a0f
commit
e5c6393f85
3 changed files with 106 additions and 69 deletions
|
@ -1,4 +1,7 @@
|
|||
use std::{path::Path, sync::Arc};
|
||||
use std::{
|
||||
path::{Path, PathBuf},
|
||||
sync::Arc,
|
||||
};
|
||||
|
||||
use crate::pane::{PaneGroupId, PaneId, SerializedPane, SerializedPaneGroup};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue