All files / src/components/admin/forms index.tsx

0% Statements 0/12
100% Branches 0/0
0% Functions 0/1
0% Lines 0/12

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';