Merge pull request #1943 from akihikodaki/react

Import react as React in src/components/views/elements/DNDTagTile.js
This commit is contained in:
Michael Telatynski 2018-06-06 10:08:52 +01:00 committed by GitHub
commit ffec32c7d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ limitations under the License.
import TagTile from './TagTile';
import React from 'react';
import { Draggable } from 'react-beautiful-dnd';
export default function DNDTagTile(props) {