Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
feichao93 committed May 19, 2020
1 parent da36934 commit 4ebda9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/common-transforms/columnResize.tsx
@@ -1,10 +1,10 @@
import { TableTransform } from 'ali-react-table/biz'
import React from 'react'
import { fromEvent } from 'rxjs'
import * as op from 'rxjs/operators'
import styled from 'styled-components'
import { safeRenderHeader } from '../../common-utils/internals'
import isLeafNode from '../../common-utils/isLeafNode'
import { TableTransform } from '../interfaces'
import transformColumn from '../utils/transformColumn'

function clamp(min: number, x: number, max: number) {
Expand Down

0 comments on commit 4ebda9a

Please sign in to comment.