Moving horizontalGrip to table folder

This commit is contained in:
Jesús Espino 2021-03-31 12:53:48 +02:00
parent ccba85bf27
commit 933ccce948
3 changed files with 2 additions and 2 deletions

View file

@ -54,4 +54,4 @@ class HorizontalGrip extends React.PureComponent<Props, State> {
}
}
export {HorizontalGrip}
export default HorizontalGrip

View file

@ -15,7 +15,7 @@ import SortUpIcon from '../../widgets/icons/sortUp'
import MenuWrapper from '../../widgets/menuWrapper'
import Label from '../../widgets/label'
import {HorizontalGrip} from '../horizontalGrip'
import HorizontalGrip from './horizontalGrip'
import './table.scss'
import TableHeaderMenu from './tableHeaderMenu'