Skip to content

Commit

Permalink
chore: GH pages deploy test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 18, 2024
1 parent 2a74262 commit 0de0cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/icons.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { loadSprites } from "../../core/scripts.js";
// import { loadSprites } from "../../core/scripts.js";

import sprites from "../../core/sprites.svg";
// import sprites from "../../core/sprites.svg";

const loadIcons = () => loadSprites(sprites);
const loadIcons = () => {};

export default loadIcons;

0 comments on commit 0de0cee

Please sign in to comment.