chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -3,8 +3,8 @@ import Paper from '@mui/material/Paper'
|
|||
import MAutocomplete from '@mui/material/Autocomplete'
|
||||
import classnames from 'classnames'
|
||||
import React, { memo, useState } from 'react'
|
||||
import { P } from 'src/components/typography'
|
||||
import SearchIcon from 'src/styling/icons/circle buttons/search/zodiac.svg?react'
|
||||
import { P } from './typography'
|
||||
import SearchIcon from '../styling/icons/circle buttons/search/zodiac.svg?react'
|
||||
|
||||
const SearchBox = memo(
|
||||
({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue