Components
An empty state that tells users they lack permission to view content, with request-access and go-back actions.
Loading preview...
import Pattern from "@/components/ui/v-empty-15";
export default function Default() {
return <Pattern />;
}