fix jsx imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import type { GenerateViewMetadata } from '../Root/index.jsx'
|
import type { GenerateViewMetadata } from '../Root/index.js'
|
||||||
|
|
||||||
import { meta } from '../../utilities/meta.js'
|
import { meta } from '../../utilities/meta.js'
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import { SelectAllStatus, useSelection } from '../../providers/Selection/index.j
|
|||||||
import { useTranslation } from '../../providers/Translation/index.js'
|
import { useTranslation } from '../../providers/Translation/index.js'
|
||||||
import { getFormState } from '../../utilities/getFormState.js'
|
import { getFormState } from '../../utilities/getFormState.js'
|
||||||
import { Drawer, DrawerToggler } from '../Drawer/index.js'
|
import { Drawer, DrawerToggler } from '../Drawer/index.js'
|
||||||
import { FieldSelect } from '../FieldSelect/index.jsx'
|
import { FieldSelect } from '../FieldSelect/index.js'
|
||||||
import './index.scss'
|
import './index.scss'
|
||||||
|
|
||||||
const baseClass = 'edit-many'
|
const baseClass = 'edit-many'
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import { DeleteMany } from '../DeleteMany/index.js'
|
|||||||
import { EditMany } from '../EditMany/index.js'
|
import { EditMany } from '../EditMany/index.js'
|
||||||
import { Pill } from '../Pill/index.js'
|
import { Pill } from '../Pill/index.js'
|
||||||
import { PublishMany } from '../PublishMany/index.js'
|
import { PublishMany } from '../PublishMany/index.js'
|
||||||
import { SearchFilter } from '../SearchFilter/index.jsx'
|
import { SearchFilter } from '../SearchFilter/index.js'
|
||||||
import { UnpublishMany } from '../UnpublishMany/index.js'
|
import { UnpublishMany } from '../UnpublishMany/index.js'
|
||||||
import { WhereBuilder } from '../WhereBuilder/index.js'
|
import { WhereBuilder } from '../WhereBuilder/index.js'
|
||||||
import validateWhereQuery from '../WhereBuilder/validateWhereQuery.js'
|
import validateWhereQuery from '../WhereBuilder/validateWhereQuery.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user