Skip to content

Commit

Permalink
fix(drawer): Export util methods in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbross committed Mar 22, 2017
1 parent c67a12f commit ae76ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mdc-drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
* limitations under the License.
*/

import * as util from './util';
export {MDCTemporaryDrawer, MDCTemporaryDrawerFoundation} from './temporary';
export {util};

0 comments on commit ae76ab1

Please sign in to comment.