fix: default workspace page

This commit is contained in:
alt0
2022-12-22 15:30:05 +08:00
parent 6e6ae2df16
commit fa532d6447
@@ -0,0 +1,5 @@
const Page = () => {
return <div>Hello, there is [workspace]/index.</div>;
};
export default Page;