From f673efc1ddc2daec20435039fb5bdd71101ea71a Mon Sep 17 00:00:00 2001 From: Yewon Date: Sun, 18 May 2025 23:54:14 +0900 Subject: [PATCH] Editing ScoreDisplay.js --- src/ScoreDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScoreDisplay.js b/src/ScoreDisplay.js index 3eb416c..62d6096 100644 --- a/src/ScoreDisplay.js +++ b/src/ScoreDisplay.js @@ -1,4 +1,4 @@ -import { BULLET_SIZE, FONT_SIZE } from './Constants.js'; +import { BULLET_SIZE, FONT_SIZE} from './Constants.js'; import bullet from '../data/bullet.png';