Add missing semicolon

This commit is contained in:
Mathias Biilmann Christensen 2016-06-18 12:29:03 -07:00
parent 2408425b2f
commit a39307bd8b

View File

@ -13,6 +13,6 @@ const collections = (state = null, action) => {
default:
return state;
}
}
};
export default collections;