// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. // See License.txt for license information. module.exports = React.createClass({ displayName: 'FileUploadOverlay', render: function() { return (
Drop a file to upload it.
); } });