wcz-test 4.2.1 → 4.2.2
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/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3221,6 +3221,7 @@ const Layout = (props) => {
|
|
|
3221
3221
|
children: [
|
|
3222
3222
|
/* @__PURE__ */ jsx(InitColorSchemeScript, {}),
|
|
3223
3223
|
/* @__PURE__ */ jsx(CssBaseline, {}),
|
|
3224
|
+
props.children,
|
|
3224
3225
|
(isFetching || isMutating) && /* @__PURE__ */ jsx(LinearProgress, { sx: {
|
|
3225
3226
|
position: "fixed",
|
|
3226
3227
|
top: {
|