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,6 @@
// @flow
import React from 'react';
const NewCollection = () => <span>NEW COLLECTION</span>;
export default NewCollection;