1
0
Fork 0

chore: Updated import path to Popout component

This commit is contained in:
joostdecock 2023-07-23 18:42:06 +02:00
parent ecfef864d2
commit 513fe23ab7
31 changed files with 31 additions and 31 deletions

View file

@ -10,7 +10,7 @@ import { useAccount } from 'shared/hooks/use-account.mjs'
import { useBackend } from 'shared/hooks/use-backend.mjs'
// Components
import { SetCandidate, ns as setNs } from 'shared/components/sets/set-candidate.mjs'
import { PopoutWrapper } from 'shared/components/wrappers/popout.mjs'
import { PopoutWrapper } from 'shared/components/wrappers/popout/index.mjs'
import { Tag } from 'shared/components/tag.mjs'
import { FilterIcon } from 'shared/components/icons.mjs'