Skip to content

Commit

Permalink
remove: games
Browse files Browse the repository at this point in the history
  • Loading branch information
201flaviosilva committed Oct 20, 2022
1 parent 8eb3cbf commit 4036781
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
10 changes: 0 additions & 10 deletions src/Games/index.js

This file was deleted.

33 changes: 0 additions & 33 deletions src/Games/rockPaperScissor.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.js
@@ -1,7 +1,6 @@
import * as Array from "./Array/index.js";
import * as Device from "./Device/index.js";
import * as DOM from "./DOM/index.js";
import * as Games from "./Games/index.js";
import * as Maths from "./Maths/index.js";
import * as SortingAlgorithms from "./SortingAlgorithms/index.js";

Expand Down Expand Up @@ -36,7 +35,6 @@ export {
Array,
Device,
DOM,
Games,
Maths,
SortingAlgorithms,

Expand Down

0 comments on commit 4036781

Please sign in to comment.