drawboard-microservice 1.0.23 → 1.0.24
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 +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -59318,9 +59318,6 @@ const DrawingAppContent = () => {
|
|
|
59318
59318
|
}
|
|
59319
59319
|
setIsDrawingActive(false);
|
|
59320
59320
|
};
|
|
59321
|
-
if (!isInitialized) {
|
|
59322
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "drawing-app-container", children: "Loading..." });
|
|
59323
|
-
}
|
|
59324
59321
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "drawing-app-container", children: [
|
|
59325
59322
|
/* @__PURE__ */ jsxRuntime.jsx("h1", { className: "top-header", children: "Paint" }),
|
|
59326
59323
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "drawing-toolbar-container", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "drawing-toolbar", children: [
|