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

@@ -23,4 +23,4 @@ each(DROP_EGGS, (pet) => {
}
});
module.exports = eggs;
export default eggs;