"use client" // Feature Components exports export { DynamicThemeProvider, useDynamicTheme } from '../providers/dynamic-theme-provider' // Canonical ODS theme system — thin wrapper over `next-themes` // (manual light/dark, default dark, no-flash handled by next-themes). // Headless by design: apps build their own toggle button via the lib's // existing