2021-10-13 09:43:57 +00:00
|
|
|
import { ASSETS_CDN_URL } from "./ThirdPartyConstants";
|
2023-04-10 07:02:31 +00:00
|
|
|
import { getAssetUrl } from "@appsmith/utils/airgapHelpers";
|
|
|
|
|
|
2021-10-13 09:43:57 +00:00
|
|
|
export const getInfoThumbnail = () =>
|
2023-04-10 07:02:31 +00:00
|
|
|
getAssetUrl(`${ASSETS_CDN_URL}/crud/crud_info_thumbnail.png`);
|
2021-10-13 09:43:57 +00:00
|
|
|
export const getInfoImage = (): string =>
|
2023-04-10 07:02:31 +00:00
|
|
|
getAssetUrl(`${ASSETS_CDN_URL}/crud/working-flow-chart.png`);
|