mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
feat: remove workspace index page text
This commit is contained in:
@@ -27,7 +27,7 @@ const Page = () => {
|
||||
});
|
||||
}, [workspace, currentWorkspaceId, createPage, router]);
|
||||
|
||||
return <div>Hello, there is [pageId]/index</div>;
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
|
||||
Reference in New Issue
Block a user