diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/velocity/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/velocity/index.js b/components/velocity/index.js index 9d45721..f5abb11 100644 --- a/components/velocity/index.js +++ b/components/velocity/index.js @@ -7,7 +7,7 @@ import { Component } from '@serpentity/serpentity'; * -y <Number> // the y component of velocity vector * -z <Number> // the z component of velocity vector */ -export class Velocity extends Component { +export default class Velocity extends Component { constructor(config) { super(config) |