7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
|
||
|
import { Dropdown } from '../../foundation.dropdown';
|
||
|
Foundation.plugin(Dropdown, 'Dropdown');
|
||
|
|
||
|
export { Foundation, Dropdown };
|