feat: custom error page
This commit is contained in:
parent
2f2caaaf6e
commit
ad60b8774e
2 changed files with 22 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue