remove the incomplete radiogroup

This commit is contained in:
Keegan
2016-02-02 21:06:28 -08:00
parent a4060e62f7
commit 66f2b05129
4 changed files with 0 additions and 46 deletions
-1
View File
@@ -22,7 +22,6 @@ clayConfig.on(clayConfig.EVENTS.BEFORE_BUILD, function() {
this.registerComponent(require('./components/color'));
this.registerComponent(require('./components/select'));
this.registerComponent(require('./components/toggle'));
this.registerComponent(require('./components/radiogroup'));
this.registerComponent(require('./components/submit'));
});