index.ts 1.4 KB

12345678910111213141516
  1. export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
  2. export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
  3. export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
  4. export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
  5. export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
  6. export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
  7. export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
  8. export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
  9. export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
  10. export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
  11. export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
  12. export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
  13. export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
  14. export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
  15. export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
  16. export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';