chore: Updating an import statement temporarily to fix partial imports with module instances (#30322)
## Description Updating an import statement temporarily to fix partial imports with module instances #### PR fixes following issue(s) Fixes [#30323](https://github.com/appsmithorg/appsmith/issues/30323)
This commit is contained in:
parent
bc6d8d1e8c
commit
f12f5dab83
|
|
@ -3,8 +3,9 @@ import {
|
||||||
createMessage,
|
createMessage,
|
||||||
} from "@appsmith/constants/messages";
|
} from "@appsmith/constants/messages";
|
||||||
import { getPartialImportExportLoadingState } from "@appsmith/selectors/applicationSelectors";
|
import { getPartialImportExportLoadingState } from "@appsmith/selectors/applicationSelectors";
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
|
||||||
|
import { selectFilesForExplorer } from "ce/selectors/entitiesSelector";
|
||||||
import {
|
import {
|
||||||
selectFilesForExplorer,
|
|
||||||
selectLibrariesForExplorer,
|
selectLibrariesForExplorer,
|
||||||
selectWidgetsForCurrentPage,
|
selectWidgetsForCurrentPage,
|
||||||
} from "@appsmith/selectors/entitiesSelector";
|
} from "@appsmith/selectors/entitiesSelector";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user