feat: custom error page

This commit is contained in:
Aaryan Khandelwal 2023-03-24 01:11:33 +05:30
parent 2f2caaaf6e
commit ad60b8774e
2 changed files with 22 additions and 3 deletions

View file

@ -35,6 +35,8 @@ const WorkspacePage: NextPage = () => {
workspaceSlug ? () => userService.userWorkspaceDashboard(workspaceSlug as string) : null
);
hi = "hi";
return (
<AppLayout noHeader={true}>
<div className="h-full w-full">