diff options
Diffstat (limited to 'client/data.js')
| -rw-r--r-- | client/data.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/data.js b/client/data.js index b608483..704416e 100644 --- a/client/data.js +++ b/client/data.js @@ -3,6 +3,7 @@ const files = [ "mass_shootings_from_columbine", "gun_violence_by_month", "firearms_manufactured", + "ar_15_2016_18", ] const parse = require('csv-parse') @@ -34,4 +35,4 @@ const load = () => { return allPromises } -export { load }
\ No newline at end of file +export { load } |
