7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
|
||
|
import { Sticky } from '../../foundation.sticky';
|
||
|
Foundation.plugin(Sticky, 'Sticky');
|
||
|
|
||
|
export { Foundation, Sticky };
|