Skip to content

Commit

Permalink
use utils from links
Browse files Browse the repository at this point in the history
  • Loading branch information
garmoncheg committed Sep 4, 2024
1 parent 1bef2f4 commit 334496b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import * as htmlUtils from './html-utils.js';
import * as metaUtils from './plugins/system/meta/utils.js';
import * as linksUtils from '../plugins/links/utils.js';

const plugins = pluginLoader._plugins,
pluginsModules = pluginLoader._pluginsModules,
Expand All @@ -23,6 +24,7 @@

const utilsModules = {
utils: utils,
linksUtils: linksUtils.default,
htmlUtils: htmlUtils,
metaUtils: metaUtils,
plugins: pluginsModules,
Expand Down

0 comments on commit 334496b

Please sign in to comment.