mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
fix import
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user