]> git.r.bdr.sh - rbdr/sumo/blame_incremental - lib/components/points.js
Use new lib components
[rbdr/sumo] / lib / components / points.js
... / ...
CommitLineData
1import { Component } from '@serpentity/serpentity';
2
3/**
4 * Component that stores points in arbitrary labels
5 *
6 * @extends {external:Serpentity.Component}
7 * @class PointsComponent
8 * @param {object} config a configuration object to extend.
9 */
10export default class PointsComponent extends Component {}
11