Modals architecture
This commit is contained in:
5
frontend/components/modals.js
Normal file
5
frontend/components/modals.js
Normal 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 };
|
Reference in New Issue
Block a user