import Link from "next/link"; // layouts import { Button } from "@plane/ui"; import DefaultLayout from "@/layouts/default-layout"; // ui export const NotAWorkspaceMember = () => (

Not Authorized!

You{"'"}re not a member of this workspace. Please contact the workspace admin to get an invitation or check your pending invitations.

);