chore: update import to fix compilation issue (#18875)

This commit is contained in:
Anand Srinivasan 2022-12-12 13:33:51 +05:30 committed by GitHub
parent 618626f6a4
commit 5627c3e8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ import { getPageLoadingState } from "selectors/pageListSelectors";
import styled from "styled-components";
import TextLoaderIcon from "../Components/TextLoaderIcon";
import { getUrlPreview } from "../Utils";
import { AppState } from "ce/reducers";
import { AppState } from "@appsmith/reducers";
import { getUsedActionNames } from "selectors/actionSelectors";
import { isNameValid, resolveAsSpaceChar } from "utils/helpers";