l-min-components 1.7.1523 → 1.7.1524

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.7.1523",
3
+ "version": "1.7.1524",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -34,7 +34,6 @@ export { default as TextEditorNew } from "./TextEditor2";
34
34
  export { default as MessageAddon } from "./messageAddon/messages";
35
35
  export { default as InstructorAccountSwitcher } from "./instructorAccountSwitcher";
36
36
  export { default as InstructorRightBar } from "./fileRightBar/instructorRightBar";
37
-
38
37
  export { default as EnterpriseRightBar } from "./fileRightBar/enterpriseRightBar";
39
38
  export { default as FullPageLoader } from "./fullPageLoader";
40
39
  export { default as AdminAppMainLayout } from "./AdminAppMainLayout";