8 lines
161 B
JavaScript
Raw Normal View History

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