chore: Linter warnings
This commit is contained in:
parent
182503964c
commit
aacea9ddfe
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { mergeProps, isObject } from './utils.mjs'
|
import { mergeProps } from './utils.mjs'
|
||||||
import { Popout as SwizzledPopout } from './editor/swizzle/components/popout.mjs'
|
import { Popout as SwizzledPopout } from './editor/swizzle/components/popout.mjs'
|
||||||
import { CloseIcon } from './editor/swizzle/components/icons.mjs'
|
import { CloseIcon } from './editor/swizzle/components/icons.mjs'
|
||||||
import { t } from '#methods'
|
import { t } from '#methods'
|
||||||
|
|
||||||
export const Popout = (props) => <SwizzledPopout {...mergeProps(props, { CloseIcon }, { t })} />
|
export const Popout = (props) => <SwizzledPopout {...mergeProps(props, { CloseIcon }, { t })} />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue