From: Ruben Beltran del Rio Date: Tue, 7 May 2024 13:45:23 +0000 (+0200) Subject: Use default X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/commitdiff_plain/9ee03613a1007749464b838e500a1c21c350712d Use default --- 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)