X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/582cea2aedd3b5763232837cc4960f07223908fb..0c7f0571466dd2342a3532eb33d17d0451514fb6:/components/velocity/index.js diff --git a/components/velocity/index.js b/components/velocity/index.js index 2becf51..f5abb11 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 default class Velocity extends Component { constructor(config) { super(config)