chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -4,7 +4,7 @@ import NavigateNextIcon from '@mui/icons-material/NavigateNext'
|
|||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import { Link, useLocation, useHistory } from 'react-router-dom'
|
||||
import { TL1, TL2, Label3 } from 'src/components/typography'
|
||||
import { TL1, TL2, Label3 } from '../../components/typography'
|
||||
|
||||
import Cassettes from './MachineComponents/Cassettes'
|
||||
import Commissions from './MachineComponents/Commissions'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue