8 lines
161 B
JavaScript
Raw Permalink Normal View History

2025-03-07 00:29:07 -06:00
import { Bootstrap5 } from '@form-validation/plugin-bootstrap5';
try {
FormValidation.plugins.Bootstrap5 = Bootstrap5;
} catch (e) {}
export { Bootstrap5 };