Merge branch 'feat/filesystem_and_search' into feat/migrate-layout

This commit is contained in:
QiShaoXuan
2022-12-21 20:24:46 +08:00
8 changed files with 82 additions and 289 deletions
@@ -27,7 +27,7 @@ const Page = () => {
});
}, [workspace, currentWorkspaceId, createPage, router]);
return <div>Hello, there is [pageId]/index</div>;
return <div></div>;
};
export default Page;