chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -4,9 +4,9 @@ import DialogContent from '@mui/material/DialogContent'
|
|||
import classnames from 'classnames'
|
||||
import React, { useState, useContext } from 'react'
|
||||
import { useHistory } from 'react-router-dom'
|
||||
import { getWizardStep, STEPS } from 'src/pages/Wizard/helper'
|
||||
import { getWizardStep, STEPS } from './helper'
|
||||
|
||||
import AppContext from 'src/AppContext'
|
||||
import AppContext from '../../AppContext'
|
||||
|
||||
import Footer from './components/Footer'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue