aboutsummaryrefslogtreecommitdiff
path: root/components/velocity/index.js
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-05-07 15:40:06 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-05-07 15:40:06 +0200
commitfcd68e9d780b3afdf133d46f94c854e61d9e8bff (patch)
tree8bbe974b5d6701f930bdd6761261100d6d3f81a0 /components/velocity/index.js
parent6f9dc349eed408ba583cf469d9585dea7a357198 (diff)
Fix typo in velocity
Diffstat (limited to 'components/velocity/index.js')
-rw-r--r--components/velocity/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/velocity/index.js b/components/velocity/index.js
index 2becf51..9d45721 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
*/
-module export class Velocity extends Component {
+export class Velocity extends Component {
constructor(config) {
super(config)