Fix styled components

engine-in-web-worker
Jérémy Rialland 2023-09-07 14:48:22 +02:00
parent c43211eaa2
commit 25a9b1ad31
2 changed files with 0 additions and 2 deletions

View File

@ -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'

View File

@ -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'