chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import Modal from 'src/components/Modal'
|
||||
import Modal from '../../components/Modal'
|
||||
import * as Yup from 'yup'
|
||||
|
||||
import _schema from 'src/pages/Services/schemas'
|
||||
import { toNamespace } from 'src/utils/config'
|
||||
import _schema from '../Services/schemas'
|
||||
import { toNamespace } from '../../utils/config'
|
||||
|
||||
import WizardSplash from './WizardSplash'
|
||||
import WizardStep from './WizardStep'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue