export interface CodeExample { id: string; label: string; language: string; code: string; }