Forgot to import shuffle in Ambiguous chess
[vchess.git] / client / src / variants / Ambiguous.js
index 88566e7..9e096a7 100644 (file)
@@ -1,5 +1,5 @@
 import { ChessRules } from "@/base_rules";
-import { randInt } from "@/utils/alea";
+import { randInt, shuffle } from "@/utils/alea";
 
 export class AmbiguousRules extends ChessRules {
   static get HasFlags() {