From 235e30f58a2a8fa1a155cabf1c4e53159796ff81 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 13 Dec 2022 17:24:34 -0500 Subject: [PATCH] fix import --- client/src/modules/game_state/states/Ended.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/modules/game_state/states/Ended.js b/client/src/modules/game_state/states/Ended.js index abd7b76..ea4e9fd 100644 --- a/client/src/modules/game_state/states/Ended.js +++ b/client/src/modules/game_state/states/Ended.js @@ -3,7 +3,7 @@ import { HTMLFragments } from '../../front_end_components/HTMLFragments.js'; import { XHRUtility } from '../../utility/XHRUtility.js'; import { UserUtility } from '../../utility/UserUtility.js'; import { toast } from '../../front_end_components/Toast.js'; -import { Confirmation } from '../../front_end_components/Confirmation'; +import { Confirmation } from '../../front_end_components/Confirmation.js'; export class Ended { constructor (containerId, stateBucket, socket) {