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