mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-08 15:06:08 +02:00
Moving horizontalGrip to table folder
This commit is contained in:
parent
ccba85bf27
commit
933ccce948
@ -54,4 +54,4 @@ class HorizontalGrip extends React.PureComponent<Props, State> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {HorizontalGrip}
|
export default HorizontalGrip
|
@ -15,7 +15,7 @@ import SortUpIcon from '../../widgets/icons/sortUp'
|
|||||||
import MenuWrapper from '../../widgets/menuWrapper'
|
import MenuWrapper from '../../widgets/menuWrapper'
|
||||||
import Label from '../../widgets/label'
|
import Label from '../../widgets/label'
|
||||||
|
|
||||||
import {HorizontalGrip} from '../horizontalGrip'
|
import HorizontalGrip from './horizontalGrip'
|
||||||
|
|
||||||
import './table.scss'
|
import './table.scss'
|
||||||
import TableHeaderMenu from './tableHeaderMenu'
|
import TableHeaderMenu from './tableHeaderMenu'
|
||||||
|
Loading…
Reference in New Issue
Block a user