Cleanup and show active collection in the sidebar

This commit is contained in:
Jori Lallo
2017-06-25 14:36:58 -07:00
parent c0f971fdd0
commit 6eecd830db
3 changed files with 24 additions and 41 deletions

View File

@@ -9,5 +9,6 @@ const stores = {
ui: new UiStore(),
errors: new ErrorsStore(),
};
window.stores = stores;
export default stores;