mozrest-sdk-react-dev 0.2.59 → 0.2.60
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/mozrest-sdk.es.js +6 -0
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -109330,6 +109330,12 @@ function App({
|
|
|
109330
109330
|
}), /* @__PURE__ */ React__default.createElement(Route, {
|
|
109331
109331
|
path: "/reservations-configuration",
|
|
109332
109332
|
element: /* @__PURE__ */ React__default.createElement(ReservationDashboard, null)
|
|
109333
|
+
}), /* @__PURE__ */ React__default.createElement(Route, {
|
|
109334
|
+
path: "/resbook-configuration",
|
|
109335
|
+
element: /* @__PURE__ */ React__default.createElement(Main, null)
|
|
109336
|
+
}), /* @__PURE__ */ React__default.createElement(Route, {
|
|
109337
|
+
path: "/resbook",
|
|
109338
|
+
element: /* @__PURE__ */ React__default.createElement(Main$1, null)
|
|
109333
109339
|
}), /* @__PURE__ */ React__default.createElement(Route, {
|
|
109334
109340
|
path: "/venues",
|
|
109335
109341
|
element: /* @__PURE__ */ React__default.createElement(Venues, null)
|