// features.js
import { domAnimation } from 'framer-motion';
// ~25kb (Only expose domAnimations instead of domMax if you're not using Morph preset or layout animations in your project)
export default domAnimation;
