mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
chore: fix dockerfile more
This commit is contained in:
parent
f6b54eb196
commit
dc390937b8
13 changed files with 216 additions and 162 deletions
|
@ -3,7 +3,6 @@ import { DropTarget } from 'react-dnd'
|
|||
import Role from '../role/draggable'
|
||||
import CategoryEditor from './CategoryEditor'
|
||||
|
||||
|
||||
class Category extends Component {
|
||||
render() {
|
||||
const {
|
||||
|
|
|
@ -21,4 +21,4 @@ class DraggableRole extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default dragSource(DraggableRole)
|
||||
export default dragSource(DraggableRole)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue