Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedeepart committed Nov 21, 2024
1 parent 535178c commit f3da151
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blocks/resources/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import {
fetchPlaceholders, getMetadata, loadBlock, loadCSS,
} from '../../scripts/lib-franklin.js';
import {
loadScript, embedVideo, fetchFragment, isGatedResource, summariseDescription,
getCountryCode,
embedVideo, fetchFragment, isGatedResource, summariseDescription,
} from '../../scripts/scripts.js';
import { addCoveoFiles, getCoveoToken } from '../coveo-search/coveo-search.js';
import { addCoveoFiles } from '../coveo-search/coveo-search.js';
import {
div, a, p, h3, i, h2, span, ul, li,
} from '../../scripts/dom-helpers.js';
Expand Down

0 comments on commit f3da151

Please sign in to comment.