X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/582cea2aedd3b5763232837cc4960f07223908fb..fcd68e9d780b3afdf133d46f94c854e61d9e8bff:/components/velocity/index.js?ds=inline 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 // the y component of velocity vector * -z // the z component of velocity vector */ -module export class Velocity extends Component { +export class Velocity extends Component { constructor(config) { super(config)