8 lines
319 B
JavaScript
Executable File
8 lines
319 B
JavaScript
Executable File
import { ExtendedDropdown } from './ExtendedDropdown';
|
|
import { ExtendedDropdownSection } from './ExtendedDropdownSection';
|
|
import { ExtendedDropdownLink } from './ExtendedDropdownLink';
|
|
|
|
ExtendedDropdown.Section = ExtendedDropdownSection;
|
|
ExtendedDropdown.Link = ExtendedDropdownLink;
|
|
|
|
export default ExtendedDropdown; |