Skip to content

Commit

Permalink
remove linksUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
garmoncheg committed Sep 5, 2024
1 parent b29e0c9 commit 80cb6be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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 @@ -24,7 +23,6 @@

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

0 comments on commit 80cb6be

Please # to comment.