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

@@ -18,6 +18,6 @@ each(dropEggs, (egg, key) => {
});
});
module.exports = {
export default {
dropEggs: dropEggs
}