juxscript 1.1.103 → 1.1.104
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/dom-structure-map.json +1 -1
- package/machinery/compiler3.js +0 -1
- package/package.json +1 -1
package/dom-structure-map.json
CHANGED
package/machinery/compiler3.js
CHANGED
|
@@ -624,7 +624,6 @@ navigate(location.pathname);
|
|
|
624
624
|
<meta charset="UTF-8">
|
|
625
625
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
626
626
|
<title>JUX App</title>
|
|
627
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/juxscript@latest/lib/layouts/default.css">
|
|
628
627
|
</head>
|
|
629
628
|
<body>
|
|
630
629
|
<div id="app"></div>
|