7 lines
197 B
JavaScript
7 lines
197 B
JavaScript
|
import { Foundation } from './foundation.core';
|
||
|
|
||
|
import { DropdownMenu } from '../../foundation.dropdownMenu';
|
||
|
Foundation.plugin(DropdownMenu, 'DropdownMenu');
|
||
|
|
||
|
export { Foundation, DropdownMenu};
|