diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-05-07 15:45:23 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-05-07 15:45:23 +0200 |
| commit | 9ee03613a1007749464b838e500a1c21c350712d (patch) | |
| tree | 6d07fd43d19d1e6af04532d9ec343935d03619dd /components | |
| parent | 87f46b466829372e5afcd5ff8c8253fbc8431f29 (diff) | |
Use default
Diffstat (limited to 'components')
| -rw-r--r-- | components/velocity/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Number> // the y component of velocity vector * -z <Number> // the z component of velocity vector */ -export class Velocity extends Component { +export default class Velocity extends Component { constructor(config) { super(config) |