Modals architecture

This commit is contained in:
Tom Moor
2017-07-09 09:02:44 -07:00
parent bd0a1d5edb
commit 98da54d82a
8 changed files with 98 additions and 23 deletions

View File

@ -0,0 +1,5 @@
// @flow
// All components wishing to be used as modals must be defined below
import NewCollection from './NewCollection';
export default { NewCollection };