Merge pull request #1943 from akihikodaki/react
Import react as React in src/components/views/elements/DNDTagTile.jspull/21833/head
commit
ffec32c7d9
|
@ -17,6 +17,7 @@ limitations under the License.
|
||||||
|
|
||||||
import TagTile from './TagTile';
|
import TagTile from './TagTile';
|
||||||
|
|
||||||
|
import React from 'react';
|
||||||
import { Draggable } from 'react-beautiful-dnd';
|
import { Draggable } from 'react-beautiful-dnd';
|
||||||
|
|
||||||
export default function DNDTagTile(props) {
|
export default function DNDTagTile(props) {
|
||||||
|
|
Loading…
Reference in New Issue