Skip to content

Commit

Permalink
chore(lint): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 13, 2023
1 parent 5abdc58 commit fcd8593
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/module.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ import {
setPublicRuntimeConfig
} from './utils.mjs';
import { getDefaultOptions } from './utils/options.mjs';
import {
getFontConfigTemplate,
getFontConfigCSSTemplate
} from './utils/template.mjs';
import { getFontConfigTemplate } from './utils/template.mjs';
import { optimizePreloads } from './utils/preload.mjs';
import { getSupportedBrowserDetector } from './utils/browser.mjs';
import { registerAppEntry as registerAppEntryWebpack } from './hookFunctions/webpack.mjs';
Expand Down

0 comments on commit fcd8593

Please sign in to comment.