mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: post merge fix
This commit is contained in:
parent
d1c29ec3e7
commit
88eeb6bd36
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ const ANIMATION_DURATION = 300;
|
|||
export const NavigationPanel = ({
|
||||
onHideMenuClick,
|
||||
menuHidden,
|
||||
onCollapseNavigationClick,
|
||||
width,
|
||||
folders,
|
||||
pages,
|
||||
|
@ -23,7 +22,6 @@ export const NavigationPanel = ({
|
|||
}: {
|
||||
onHideMenuClick: () => void;
|
||||
menuHidden: boolean;
|
||||
onCollapseNavigationClick: () => void;
|
||||
width: number;
|
||||
folders: IFolder[];
|
||||
pages: IPage[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue