@blocklet/pages-kit 0.3.19 → 0.3.21
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/lib/cjs/components/CustomComponentRenderer/index.js +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/components/CustomComponentRenderer/index.js +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/components/CustomComponentRenderer/state.d.ts +1 -1
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
|
@@ -34,8 +34,8 @@ const material_1 = require("@mui/material");
|
|
|
34
34
|
const react_error_boundary_1 = require("react-error-boundary");
|
|
35
35
|
const property_1 = require("../../utils/property");
|
|
36
36
|
const BlockletReactComponentRenderer_1 = __importDefault(require("./BlockletReactComponentRenderer"));
|
|
37
|
-
const context_1 = require("./context");
|
|
38
37
|
const DevProvider_1 = require("./DevProvider");
|
|
38
|
+
const context_1 = require("./context");
|
|
39
39
|
const state_1 = require("./state");
|
|
40
40
|
__exportStar(require("./state"), exports);
|
|
41
41
|
__exportStar(require("./context"), exports);
|