drawboard-microservice 1.0.27 → 1.0.28
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -59323,7 +59323,7 @@ const DrawingAppContent = () => {
|
|
|
59323
59323
|
if (!isInitialized) {
|
|
59324
59324
|
return /* @__PURE__ */ jsx("div", { className: "drawing-app-container", children: "Loading..." });
|
|
59325
59325
|
}
|
|
59326
|
-
return /* @__PURE__ */ jsxs("div", { className: "drawing-app-container",
|
|
59326
|
+
return /* @__PURE__ */ jsxs("div", { className: "drawing-app-container", children: [
|
|
59327
59327
|
/* @__PURE__ */ jsx("h1", { className: "top-header", children: "Paint" }),
|
|
59328
59328
|
/* @__PURE__ */ jsx("div", { className: "drawing-toolbar-container", children: /* @__PURE__ */ jsxs("div", { className: "drawing-toolbar", children: [
|
|
59329
59329
|
/* @__PURE__ */ jsx(
|