eleven-solutions-common-website-unique-web 23.0.13 → 23.0.15
Sign up to get free protection for your applications and to get access to all the features.
package/dist/components/index.js
CHANGED
@@ -18,10 +18,5 @@
|
|
18
18
|
// export { clearProfileData } from "./redux/slices/userSlice";
|
19
19
|
// export { getProfileApi, updateProfileApi } from "./api/updateuser";
|
20
20
|
// export { default as UpdateUserDetails } from "./useraccount/UpdateUserDetails";
|
21
|
-
|
22
|
-
// export * as apiIndex from "./api/index";
|
23
|
-
// export * as footerIndex from "./footer/index";
|
24
|
-
// export * as loginIndex from "./login/index";
|
25
|
-
// export * as reduxIndex from "./redux/slices/index";
|
26
|
-
// export * from "./useraccount/index";
|
21
|
+
export { default as Editor } from "./admin/Editor";
|
27
22
|
export * from "./admin/index";
|