Files
outline/frontend/components/NewCollection/NewCollection.js
2017-07-09 09:02:44 -07:00

7 lines
125 B
JavaScript

// @flow
import React from 'react';
const NewCollection = () => <span>NEW COLLECTION</span>;
export default NewCollection;