import Link from "next/link"; // layouts import DefaultLayout from "layouts/default-layout"; // ui import { Button } from "@plane/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.

);