chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -1,14 +1,9 @@
|
|||
import classnames from 'classnames'
|
||||
import * as R from 'ramda'
|
||||
import React, { useContext } from 'react'
|
||||
import {
|
||||
Td,
|
||||
THead,
|
||||
TDoubleLevelHead,
|
||||
ThDoubleLevel,
|
||||
} from 'src/components/fake-table/Table'
|
||||
import { Td, THead, TDoubleLevelHead, ThDoubleLevel } from '../fake-table/Table'
|
||||
|
||||
import { sentenceCase } from 'src/utils/string'
|
||||
import { sentenceCase } from '../../utils/string'
|
||||
|
||||
import TableCtx from './Context'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue