chore: fix dockerfile more

This commit is contained in:
Katie Thornhill 2019-11-20 01:03:16 -05:00
parent f6b54eb196
commit dc390937b8
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
13 changed files with 216 additions and 162 deletions

View file

@ -3,7 +3,6 @@ import { DropTarget } from 'react-dnd'
import Role from '../role/draggable'
import CategoryEditor from './CategoryEditor'
class Category extends Component {
render() {
const {

View file

@ -21,4 +21,4 @@ class DraggableRole extends Component {
}
}
export default dragSource(DraggableRole)
export default dragSource(DraggableRole)