chore: Updated import path to Popout component
This commit is contained in:
parent
ecfef864d2
commit
513fe23ab7
31 changed files with 31 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
import { useState, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
import { Popout } from 'shared/components/popout.mjs'
|
||||
import { Popout } from 'shared/components/popout/index.mjs'
|
||||
import { WebLink } from 'shared/components/web-link.mjs'
|
||||
import { LoadingContext } from 'shared/context/loading-context.mjs'
|
||||
import { useToast } from 'shared/hooks/use-toast.mjs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue