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
|
@ -25,7 +25,7 @@ import { capitalize } from 'shared/utils.mjs'
|
|||
import Link from 'next/link'
|
||||
import Timeago from 'react-timeago'
|
||||
import { PageLink } from 'shared/components/page-link.mjs'
|
||||
import { Popout } from 'shared/components/popout.mjs'
|
||||
import { Popout } from 'shared/components/popout/index.mjs'
|
||||
import { EditRow } from 'shared/components/account/patterns.mjs'
|
||||
|
||||
export const ns = [...ns404, 'toast']
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { useDesign } from 'shared/hooks/use-design.mjs'
|
||||
import { Popout } from 'shared/components/popout.mjs'
|
||||
import { Popout } from 'shared/components/popout/index.mjs'
|
||||
import { themePlugin } from '@freesewing/plugin-theme'
|
||||
|
||||
export const PatternPreview = ({ design, settings }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue