aboutsummaryrefslogtreecommitdiff
path: root/lib/components/grabbable.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/grabbable.js')
-rw-r--r--lib/components/grabbable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/grabbable.js b/lib/components/grabbable.js
index 223b95c..a6efb81 100644
--- a/lib/components/grabbable.js
+++ b/lib/components/grabbable.js
@@ -7,5 +7,5 @@ import { Component } from '@serpentity/serpentity';
* @class GrabbableComponent
* @param {object} config a configuration object to extend.
*/
-export default class GrabbableComponent extends Component {};
+export default class GrabbableComponent extends Component {}