sprint-asia-custom-component 0.1.80 → 0.1.81
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/dist/index.css +1 -1
- package/dist/index.js +473 -12
- package/package.json +1 -1
- package/src/index.js +2 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -87,6 +87,7 @@ import FilterDropdown from "./components/filter/filterDropdown";
|
|
|
87
87
|
import Footer from "./components/footer";
|
|
88
88
|
import Header from "./components/header";
|
|
89
89
|
import TextEditor from "./components/texteditor";
|
|
90
|
+
import CustomPhone from "./components/customphone";
|
|
90
91
|
|
|
91
92
|
export {
|
|
92
93
|
Header,
|
|
@@ -146,4 +147,5 @@ export {
|
|
|
146
147
|
ModalDeposit,
|
|
147
148
|
DescriptionFile,
|
|
148
149
|
TextEditor,
|
|
150
|
+
CustomPhone
|
|
149
151
|
};
|