fix import

This commit is contained in:
AlecM33
2022-06-11 20:04:27 -04:00
parent 2fcbb26fee
commit e3406eeaa5

View File

@@ -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 () {