Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix: fix "DrawerActions" typo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisheninger authored and satya164 committed Aug 18, 2019
1 parent 4bdd06a commit 57e0af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/drawer/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as DrawerAcions from './routers/DrawerActions';
import * as DrawerActions from './routers/DrawerActions';

/**
* Navigators
Expand All @@ -10,7 +10,7 @@ export {
/**
* Router
*/
export { DrawerAcions };
export { DrawerActions };
export { default as DrawerRouter } from './routers/DrawerRouter';

/**
Expand Down

0 comments on commit 57e0af2

Please sign in to comment.