Skip to content

Commit

Permalink
fix missing import in 6, 10 discs
Browse files Browse the repository at this point in the history
  • Loading branch information
czeildi authored Dec 19, 2023
1 parent 0b7ebf3 commit fe668d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { strategyGameFactory } from '../strategy-game';
import { range, isEqual, random, sample, difference } from 'lodash';
import { range, isEqual, random, sample, difference, filter } from 'lodash';

const generateNewBoard6 = () => {
const discCount = random(3, 6);
Expand Down

0 comments on commit fe668d2

Please sign in to comment.