@nethru/ui 2.1.57 → 2.1.58
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.
- package/base/index.js +1 -0
- package/package.json +1 -1
package/base/index.js
CHANGED
|
@@ -7,6 +7,7 @@ export { colors };
|
|
|
7
7
|
export { borderRadius, shadow, globalStyles, createTheme };
|
|
8
8
|
export { default as AccordionSummary } from "./AccordionSummary";
|
|
9
9
|
export { default as AddableFormList } from "./AddableFormList";
|
|
10
|
+
export { default as AddableSelect } from "./AddableSelect";
|
|
10
11
|
export { default as Alert } from "./Alert";
|
|
11
12
|
export { default as AlertDialog } from "./dialog/AlertDialog";
|
|
12
13
|
export { default as AppBar } from "./frame/AppBar";
|