8 lines
91 B
JavaScript
Raw Normal View History

import AOS from 'aos/dist/aos';
try {
window.AOS = AOS;
} catch (e) {}
export { AOS };