@voplus/morpho-workspace 1.0.0-dev26 → 1.0.0-dev27

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/es/routes.js CHANGED
@@ -1,7 +1,9 @@
1
+ import MeetingRoutes from "./modules/meeting/MeetingRoutes";
1
2
  import TaskRoutes from "./modules/tasks/TasksRoutes";
2
3
  const Routes = {
3
4
  addRoutes: () => {
4
5
  TaskRoutes.addRoutes();
6
+ MeetingRoutes.addRoutes();
5
7
  }
6
8
  };
7
9
  export default Routes;
package/es/routes.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"routes.js","sourceRoot":"","sources":["../src/routes.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,6BAA6B,CAAC;AAErD,MAAM,MAAM,GAAG;IACd,SAAS,EAAE,GAAG,EAAE;QACf,UAAU,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;CACD,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../src/routes.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iCAAiC,CAAC;AAC5D,OAAO,UAAU,MAAM,6BAA6B,CAAC;AAErD,MAAM,MAAM,GAAG;IACd,SAAS,EAAE,GAAG,EAAE;QACf,UAAU,CAAC,SAAS,EAAE,CAAC;QACvB,aAAa,CAAC,SAAS,EAAE,CAAC;IAC3B,CAAC;CACD,CAAC;AAEF,eAAe,MAAM,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "1.0.0-dev26",
3
+ "version": "1.0.0-dev27",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",