7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
import { Foundation } from './foundation.core';
|
|
|
|
import { SmoothScroll } from '../../foundation.smoothScroll';
|
|
Foundation.plugin(SmoothScroll, 'SmoothScroll');
|
|
|
|
export { Foundation, SmoothScroll };
|