diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 19:23:17 -0500 |
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 19:23:17 -0500 |
| commit | d5b1217df3fe7480fc5f58fe194f5bbf73281094 (patch) | |
| tree | dc24325097acb461b24415e87666da96f7912aae /ext/js/dom | |
| parent | b9310603865292749d7303f41b7c2d6b6f286078 (diff) | |
Use import map
Diffstat (limited to 'ext/js/dom')
| -rw-r--r-- | ext/js/dom/simple-dom-parser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/dom/simple-dom-parser.js b/ext/js/dom/simple-dom-parser.js index a1f63890..7ee28d51 100644 --- a/ext/js/dom/simple-dom-parser.js +++ b/ext/js/dom/simple-dom-parser.js @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import * as parse5 from '../../lib/parse5.js'; +import * as parse5 from 'parse5'; /** * @augments import('simple-dom-parser').ISimpleDomParser |