{"version":3,"file":"sidebar-ads.DZwC57Rs.js","sources":["../../../src/components/layout/sidebar/sidebar-ad-container.tsx","../../../src/components/integrations/ad-slot-container.tsx","../../../src/lib/model.ts","../../../src/components/layout/sidebar/sidebar-ads.tsx"],"sourcesContent":["import { cn } from '@lib/utils'\nimport type { ReactNode } from 'react'\n\ninterface Props {\n children?: ReactNode\n hasBackground?: boolean\n}\n\nexport default function SidebarAdContainer({ children, hasBackground = true }: Props) {\n return (\n