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

@ -1,7 +1,7 @@
import { useTranslation } from 'next-i18next'
import { useState } from 'react'
import { Robot } from 'shared/components/robot/index.mjs'
import { Popout } from 'shared/components/popout.mjs'
import { Popout } from 'shared/components/popout/index.mjs'
export const ErrorView = ({ children, inspectChildren }) => {
const { t } = useTranslation(['errors'])