PromucFlow_constructor/app/client/src/constants/ImagesURL.ts

8 lines
327 B
TypeScript
Raw Normal View History

import { ASSETS_CDN_URL } from "./ThirdPartyConstants";
import { getAssetUrl } from "@appsmith/utils/airgapHelpers";
export const getInfoThumbnail = () =>
getAssetUrl(`${ASSETS_CDN_URL}/crud/crud_info_thumbnail.png`);
export const getInfoImage = (): string =>
getAssetUrl(`${ASSETS_CDN_URL}/crud/working-flow-chart.png`);