l-min-components 1.0.1119 → 1.0.1121

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.1119",
3
+ "version": "1.0.1121",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -39,7 +39,6 @@ export { default as EnterpriseRightBar } from "./fileRightBar/enterpriseRightBar
39
39
  export { default as FullPageLoader } from "./fullPageLoader";
40
40
  export { default as AdminAppMainLayout } from "./AdminAppMainLayout";
41
41
  export { default as PaginationComponent } from "./paginate";
42
- export { default as VideoPlayer } from "./video-player";
43
42
  export { default as AdminLogin } from "./AdminLogin";
44
43
  export { default as AdminResetPassword } from "./AdminResetPassword";
45
44
  export { default as AdminChangePassword } from "./AdminResetPassword/change-password";