feat: add backhome

This commit is contained in:
DiamondThree
2023-01-12 17:33:12 +08:00
parent 251cfc2340
commit a0c9f9a49c
2 changed files with 15 additions and 5 deletions
-4
View File
@@ -1,9 +1,5 @@
import NotfoundPage from '@/components/404';
import { useAppState } from '@/providers/app-state-provider';
export default function Custom404() {
const { workspaceList } = useAppState();
console.log('workspaceList: ', workspaceList);
return <NotfoundPage></NotfoundPage>;
}