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