chore: stop using alias imports

This commit is contained in:
Rafael Taranto 2025-05-13 07:30:38 +01:00
parent ad7a2eac4e
commit b48c590bc8
243 changed files with 1061 additions and 1080 deletions

View file

@ -1,7 +1,7 @@
import * as R from 'ramda'
import React, { memo } from 'react'
import { H2, Label1, P } from 'src/components/typography'
import IdIcon from 'src/styling/icons/ID/card/zodiac.svg?react'
import { H2, Label1, P } from '../../../components/typography'
import IdIcon from '../../../styling/icons/ID/card/zodiac.svg?react'
import { getFormattedPhone, getName } from '../helper'