4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
// @flow
|
|
import NewCollection from './NewCollection';
|
|
export default NewCollection;
|