rebase fix - almost have serialize_workspace piped to the workspace constructor. Just a few compile errors left

This commit is contained in:
K Simmons 2022-10-21 00:09:09 -07:00 committed by Mikayla Maki
parent 73f0459a0f
commit e5c6393f85
3 changed files with 106 additions and 69 deletions

View file

@ -1,4 +1,7 @@
use std::{path::Path, sync::Arc};
use std::{
path::{Path, PathBuf},
sync::Arc,
};
use crate::pane::{PaneGroupId, PaneId, SerializedPane, SerializedPaneGroup};