This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
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;