import Link from 'next/link' import { Button } from 'ui' import { Admonition } from 'ui-patterns/Admonition' export function WrapperDashboardIntegration({ title, path }: { title: string; path: string }) { return ( Open wrapper in dashboard } >

You can enable the {title} wrapper right from the Supabase dashboard.

) }