Rastler/project-lvl1-s168

View on GitHub
src/games/brain-game.js

Summary

Maintainability
A
0 mins
Test Coverage
import { core } from '..';

const gameGenerator = () => {
};

export default () => {
  core(gameGenerator);
};