Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | /** * Admin Form Components * * Standardized form components with consistent styling for admin forms. * * NOTE: Use FormInput, FormSelect, FormTextarea from @/components/ui for * new forms. These admin-specific components are kept for backwards * compatibility with existing admin pages. */ export { AdminSelect } from './AdminSelect'; export { AdminTextarea } from './AdminTextarea'; |