{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-components-community-notification-list",
  "title": "Notification List Demo",
  "description": "Demo showing a notification list.",
  "registryDependencies": [
    "@odysseyui/components-community-notification-list"
  ],
  "files": [
    {
      "path": "registry/demo/components/community/notification-list/index.tsx",
      "content": "'use client';\n\nimport * as React from 'react';\n\nimport { NotificationList } from '@/components/odyssey/components/community/notification-list';\n\nexport const NotificationListDemo = () => <NotificationList />;\n",
      "type": "registry:ui",
      "target": "components/odysseyui/demo/components/community/notification-list.tsx"
    }
  ],
  "type": "registry:ui"
}