remove random character in genres.js

This commit is contained in:
Kevin Ngo
2018-10-29 21:46:28 -07:00
parent a1a472109c
commit 9088c3fda9

View File

@@ -20,4 +20,3 @@ module.exports = [
{name: 'Dubstep', row: 3, column: 5},
{name: 'EDM', row: 3, column: 6}
];
3