[AAE-4384] Add blank page component (#6559)

This commit is contained in:
Thomas Hunter
2021-01-22 12:57:35 +01:00
committed by GitHub
parent cf1bb700ae
commit b11ef04e73
4 changed files with 61 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ export * from './dialogs/index';
export * from './icon/index';
export * from './notifications/index';
export * from './search-text/index';
export * from './blank-page/index';
export * from './utils/index';
export * from './interface/index';