This commit is contained in:
elforjani3
2021-02-25 18:31:34 +02:00
84 changed files with 1018 additions and 681 deletions

View File

@@ -51,6 +51,7 @@ import DashboardPageContent from './Dashboard/DashboardPageContent';
import DashboardInsider from './Dashboard/DashboardInsider';
import Drawer from './Drawer/Drawer';
import DrawerSuspense from './Drawer/DrawerSuspense';
import Postbox from './Postbox';
const Hint = FieldHint;
@@ -109,4 +110,5 @@ export {
DashboardInsider,
Drawer,
DrawerSuspense,
Postbox
};