chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -4,8 +4,8 @@ import Grid from '@mui/material/Grid'
|
|||
import classnames from 'classnames'
|
||||
import * as R from 'ramda'
|
||||
import React from 'react'
|
||||
import { cardState } from 'src/components/CollapsibleCard'
|
||||
import { Label1, H4 } from 'src/components/typography'
|
||||
import { cardState } from '../../../components/CollapsibleCard'
|
||||
import { Label1, H4 } from '../../../components/typography'
|
||||
|
||||
import AlertsTable from './AlertsTable'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue