Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jleedev committed Dec 13, 2023
1 parent e959342 commit 43bc75a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shieldlib/src/shield.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"use strict";

import * as ShieldText from "./shield_text.js";
import * as ShieldDraw from "./shield_canvas_draw.js";
import * as Gfx from "./screen_gfx.js";
import * as ShieldText from "./shield_text";
import * as ShieldDraw from "./shield_canvas_draw";
import * as Gfx from "./screen_gfx";
import {
drawBanners,
drawBannerHalos,
getBannerCount,
} from "./shield_banner.js";
} from "./shield_banner";

function compoundShieldSize(r, dimension, bannerCount) {
return {
Expand Down

0 comments on commit 43bc75a

Please sign in to comment.