From e3406eeaa5fe73752d08409cdef2487b05a0a569 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Sat, 11 Jun 2022 20:04:27 -0400 Subject: [PATCH] fix import --- client/src/modules/DeckStateManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/modules/DeckStateManager.js b/client/src/modules/DeckStateManager.js index 25b6217..dd0f620 100644 --- a/client/src/modules/DeckStateManager.js +++ b/client/src/modules/DeckStateManager.js @@ -1,6 +1,6 @@ import { globals } from '../config/globals.js'; import { HTMLFragments } from './HTMLFragments.js'; -import { toast } from './Toast'; +import { toast } from './Toast.js'; export class DeckStateManager { constructor () {