Skip to content

Commit

Permalink
fix: resolves merge conflicts with base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayaprakash-dev committed Mar 5, 2024
1 parent 386fb3f commit 6d1d9d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/rust-lib/flowy-folder/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ use crate::entities::{
UpdateViewParams, ViewPB, WorkspacePB, WorkspaceSettingPB,
};
use crate::manager_observer::{
notify_child_views_changed, notify_did_update_workspace, notify_parent_view_did_change,
ChildViewChangeReason,
generate_child_view_update_payload, notify_child_views_changed, notify_parent_view_did_change,
notify_workspace_overview_child_views_changed, notify_workspace_overview_parent_view_did_change,
ChildViewChangeReason,
generate_child_view_update_payload, notify_child_views_changed, notify_did_update_workspace,
notify_parent_view_did_change, notify_workspace_overview_child_views_changed,
notify_workspace_overview_parent_view_did_change, ChildViewChangeReason,
};
use crate::notification::{
send_notification, send_workspace_setting_notification, FolderNotification,
Expand Down

0 comments on commit 6d1d9d8

Please sign in to comment.