mirror of https://github.com/usememos/memos
feat: replace HomeSidebar with MemoExplorer and MemoExplorerDrawer components
parent
dc9470f71c
commit
9b72963e08
@ -1,4 +0,0 @@
|
||||
import HomeSidebar from "./HomeSidebar";
|
||||
import HomeSidebarDrawer from "./HomeSidebarDrawer";
|
||||
|
||||
export { HomeSidebar, HomeSidebarDrawer };
|
||||
@ -0,0 +1,4 @@
|
||||
import MemoExplorer from "./MemoExplorer";
|
||||
import MemoExplorerDrawer from "./MemoExplorerDrawer";
|
||||
|
||||
export { MemoExplorer, MemoExplorerDrawer };
|
||||
Loading…
Reference in New Issue