Change to export syntax

This commit is contained in:
Blade Barringer
2015-09-19 19:29:15 -05:00
parent 85a16b62e5
commit b51ca509ca
9 changed files with 10 additions and 10 deletions

View File

@@ -14,4 +14,4 @@ let events = {
summer2015: {start:'2015-06-20',end:'2015-08-02'}
}
module.exports = events;
export default events;