@dreamcommerce/aurora 2.1.24 → 2.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,10 +6,10 @@ import { ICellProps, IIRowProps, ITableProps } from "./components/table/types";
|
|
|
6
6
|
import { IDropdownProps, ISelectOption } from "./components/dropdown/types";
|
|
7
7
|
import { TFlashMessage, TFlashMessageExtended } from "./components/flash_messenger/types";
|
|
8
8
|
import AbsoluteModal from "./components/modal/hoc/absolute_modal";
|
|
9
|
-
import Accordion from "./components/accordion";
|
|
10
9
|
/**
|
|
11
10
|
* import components for export
|
|
12
11
|
*/
|
|
12
|
+
import Accordion from "./components/accordion";
|
|
13
13
|
import Button from "./components/button";
|
|
14
14
|
import ButtonsGroup from "./components/buttons_group";
|
|
15
15
|
import ColorPicker from "./components/color_picker";
|