From 9088c3fda9ede6e99f84590b97031339232dedab Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Mon, 29 Oct 2018 21:46:28 -0700 Subject: [PATCH] remove random character in genres.js --- src/constants/genres.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants/genres.js b/src/constants/genres.js index 4a86058..bd99242 100644 --- a/src/constants/genres.js +++ b/src/constants/genres.js @@ -20,4 +20,3 @@ module.exports = [ {name: 'Dubstep', row: 3, column: 5}, {name: 'EDM', row: 3, column: 6} ]; -3 \ No newline at end of file