Reusable SaaS dashboard shell with sidebar navigation, header and workspace content area.
Loading preview...
import WhatSaaSAppShell from '@/components/ui/whatsaas-app-shell'; export default function Demo() { return <WhatSaaSAppShell />; }