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:
Ankita Kinger 2024-01-16 13:35:54 +05:30 committed by GitHub
parent bc6d8d1e8c
commit f12f5dab83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";