Separate Client Portal & Dashboard
This commit is contained in:
17
frontend/dashboard/src/assets/index.ts
Normal file
17
frontend/dashboard/src/assets/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export { default as DocIllustration } from './illustration_doc';
|
||||
export { default as SeoIllustration } from './illustration_seo';
|
||||
export { default as UploadIllustration } from './illustration_upload';
|
||||
export { default as SeverErrorIllustration } from './illustration_500';
|
||||
export { default as PageNotFoundIllustration } from './illustration_404';
|
||||
export { default as MotivationIllustration } from './illustration_motivation';
|
||||
export { default as ComingSoonIllustration } from './illustration_coming_soon';
|
||||
export { default as MaintenanceIllustration } from './illustration_maintenance';
|
||||
export { default as OrderCompleteIllustration } from './illustration_order_complete';
|
||||
export { default as BookingIllustration } from './illustration_booking';
|
||||
export { default as CheckInIllustration } from './illustration_checkin';
|
||||
export { default as CheckOutIllustration } from './illustration_checkout';
|
||||
//
|
||||
export { default as SentIcon } from './icon_sent';
|
||||
export { default as PlanFreeIcon } from './icon_plan_free';
|
||||
export { default as PlanStarterIcon } from './icon_plan_starter';
|
||||
export { default as PlanPremiumIcon } from './icon_plan_premium';
|
||||
Reference in New Issue
Block a user