Skip to content

Commit

Permalink
fix(auto-init): Register MDCPersistentDrawer (#528)
Browse files Browse the repository at this point in the history
Fixes #527
  • Loading branch information
traviskaufman authored Apr 18, 2017
1 parent afec470 commit bba6e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-components-web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import autoInit from '@material/auto-init';
// Register all components
autoInit.register('MDCCheckbox', checkbox.MDCCheckbox);
autoInit.register('MDCDialog', dialog.MDCDialog);
autoInit.register('MDCPersistentDrawer', drawer.MDCPersistentDrawer);
autoInit.register('MDCTemporaryDrawer', drawer.MDCTemporaryDrawer);
autoInit.register('MDCRipple', ripple.MDCRipple);
autoInit.register('MDCGridList', gridList.MDCGridList);
Expand Down

0 comments on commit bba6e3e

Please sign in to comment.