@m4l/nx-core 0.0.5 → 0.0.6-beta.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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1114,7 +1114,7 @@ const st = ur.div`
|
|
|
1114
1114
|
color: pink;
|
|
1115
1115
|
`;
|
|
1116
1116
|
function lt() {
|
|
1117
|
-
return /* @__PURE__ */ L(st, { children: /* @__PURE__ */ L("h1", { children: "Welcome to M4lCore
|
|
1117
|
+
return /* @__PURE__ */ L(st, { children: /* @__PURE__ */ L("h1", { children: "Welcome to M4lCore!." }) });
|
|
1118
1118
|
}
|
|
1119
1119
|
function ht(e) {
|
|
1120
1120
|
return /* @__PURE__ */ De(
|