File tree Expand file tree Collapse file tree
Shared/Components/Illustration Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import CreateBackupSchedule from '@Illustrations/create-backup-schedule.webp'
44import CreateBackupSnapshot from '@Illustrations/create-backup-snapshot.webp'
55import ImgCode from '@Illustrations/img-code.webp'
66import ImgDevtronFreemium from '@Illustrations/img-devtron-freemium.webp'
7+ import { ReactComponent as ImgFolderEmpty } from '@Illustrations/img-folder-empty.svg'
78import ImgManOnRocket from '@Illustrations/img-man-on-rocket.webp'
89import { ReactComponent as ImgMechanicalOperation } from '@Illustrations/img-mechanical-operation.svg'
910import { ReactComponent as ImgNoRestores } from '@Illustrations/img-no-restores.svg'
@@ -15,6 +16,7 @@ import { IllustrationBase } from './IllustrationBase'
1516import { IllustrationBaseProps } from './types'
1617
1718export const illustrationMap = {
19+ 'img-folder-empty' : ImgFolderEmpty ,
1820 'img-mechanical-operation' : ImgMechanicalOperation ,
1921 'img-no-restores' : ImgNoRestores ,
2022 'create-backup-schedule' : CreateBackupSchedule ,
You can’t perform that action at this time.
0 commit comments