| 24 | } from './examples/index'; |
| 25 | |
| 26 | export interface DemoTemplate { |
| 27 | id: string; |
| 28 | title: string; |
| 29 | description: string; |
| 30 | prompt: string; |
| 31 | } |
| 32 | |
| 33 | const REGISTRY: Record<Locale, DemoTemplate[]> = { |
| 34 | en: enDemos, |
nothing calls this directly
no outgoing calls
no test coverage detected