eleven-solutions-common-website-unique-web 23.0.0 → 23.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
1
- // import { clearProfileData } from "./redux/slices/userSlice";
2
1
  // // Exports for components
3
2
  // export { default as Footer } from "./footer/Footer";
4
3
  // export { default as Terms } from "./footer/Terms";
@@ -1 +1,2 @@
1
1
  export { default as userSlice } from "./userSlice";
2
+ export { clearProfileData } from "./userSlice";
@@ -1 +1,2 @@
1
1
  export { default as userSlice } from "./userSlice";
2
+ export { clearProfileData } from "./userSlice";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "23.0.0",
3
+ "version": "23.0.1",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist"