Modals architecture
This commit is contained in:
6
frontend/components/NewCollection/NewCollection.js
Normal file
6
frontend/components/NewCollection/NewCollection.js
Normal file
@ -0,0 +1,6 @@
|
||||
// @flow
|
||||
import React from 'react';
|
||||
|
||||
const NewCollection = () => <span>NEW COLLECTION</span>;
|
||||
|
||||
export default NewCollection;
|
Reference in New Issue
Block a user