plane/space/app/[workspace_slug]/[project_id]/not-found.tsx
sriram veeraghanta febf19ccc0
feat: converting space app to use nextjs app dir (#4451)
* feat: changemod space

* fix: space app dir fixes

* fix: build errors
2024-05-14 14:26:54 +05:30

4 lines
96 B
TypeScript

export default function ProjectSettingsNotFound() {
return <>Project Settings not found</>;
}