|
@@ -1 +1,16 @@
|
|
-export * from './illustrations';
|
|
|
|
|
|
+export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
|
|
|
|
+export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
|
|
|
|
+export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
|
|
|
|
+export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
|
|
|
|
+export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
|
|
|
|
+export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
|
|
|
|
+export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
|
|
|
|
+export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
|
|
|
|
+export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
|
|
|
|
+export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
|
|
|
|
+export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
|
|
|
|
+export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
|
|
|
|
+export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
|
|
|
|
+export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
|
|
|
|
+export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
|
|
|
|
+export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';
|