chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import ClickAwayListener from '@mui/material/ClickAwayListener'
|
||||
import * as R from 'ramda'
|
||||
import React, { useState, memo } from 'react'
|
||||
import Popper from 'src/components/Popper'
|
||||
import HelpIcon from 'src/styling/icons/action/help/zodiac.svg?react'
|
||||
import Popper from './Popper'
|
||||
import HelpIcon from '../styling/icons/action/help/zodiac.svg?react'
|
||||
|
||||
const usePopperHandler = () => {
|
||||
const [helpPopperAnchorEl, setHelpPopperAnchorEl] = useState(null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue