From 9ee03613a1007749464b838e500a1c21c350712d Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 7 May 2024 15:45:23 +0200 Subject: Use default --- components/velocity/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') 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) -- cgit