6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
// @flow
|
|
// All components wishing to be used as modals must be defined below
|
|
import NewCollection from './NewCollection';
|
|
|
|
export default { NewCollection };
|