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