diff --git a/packages/drawer/src/index.tsx b/packages/drawer/src/index.tsx index 0537142a..fffd66c3 100644 --- a/packages/drawer/src/index.tsx +++ b/packages/drawer/src/index.tsx @@ -1,4 +1,4 @@ -import * as DrawerAcions from './routers/DrawerActions'; +import * as DrawerActions from './routers/DrawerActions'; /** * Navigators @@ -10,7 +10,7 @@ export { /** * Router */ -export { DrawerAcions }; +export { DrawerActions }; export { default as DrawerRouter } from './routers/DrawerRouter'; /**