mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
13 lines
208 B
JavaScript
13 lines
208 B
JavaScript
'use strict';
|
|
|
|
import React from 'react';
|
|
|
|
let FileDragAndDropToolbar = React.createClass({
|
|
render() {
|
|
return (
|
|
<div></div>
|
|
);
|
|
}
|
|
});
|
|
|
|
export default FileDragAndDropToolbar; |