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 React from 'react'
|
||||
import { Label1, P } from 'src/components/typography'
|
||||
import { Label1, P } from '../../../components/typography'
|
||||
|
||||
import { modelPrettifier } from 'src/utils/machine'
|
||||
import { formatDate } from 'src/utils/timezones'
|
||||
import { modelPrettifier } from '../../../utils/machine'
|
||||
import { formatDate } from '../../../utils/timezones'
|
||||
|
||||
const Details = ({ data, timezone }) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue