biofriction-wp-theme/node_modules/foundation-sites/js/entries/plugins/foundation.smoothScroll.js

7 lines
198 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { Foundation } from './foundation.core';
import { SmoothScroll } from '../../foundation.smoothScroll';
Foundation.plugin(SmoothScroll, 'SmoothScroll');
export { Foundation, SmoothScroll };