Fix styled components
parent
c43211eaa2
commit
25a9b1ad31
|
@ -1,7 +1,6 @@
|
|||
import { useWorkerEngine } from '@publicodes/worker-react'
|
||||
import { DottedName } from 'modele-social'
|
||||
import { utils } from 'publicodes'
|
||||
import { useContext } from 'react'
|
||||
import { styled } from 'styled-components'
|
||||
|
||||
// import { useEngine } from '@/components/utils/EngineContext'
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import { useContext } from 'react'
|
||||
import { Trans, useTranslation } from 'react-i18next'
|
||||
import { useSelector } from 'react-redux'
|
||||
import { styled } from 'styled-components'
|
||||
|
||||
import { PopoverWithTrigger } from '@/design-system'
|
||||
|
|
Loading…
Reference in New Issue