aboutsummaryrefslogtreecommitdiff
path: root/lib/components/points.js
blob: 02b7e44a559427d672a469aff9c4e1fe4a1bbc24 (plain)
1
2
3
4
5
6
7
8
9
10
11
import { Component } from '@serpentity/serpentity';

/**
 * Component that stores points in arbitrary labels
 *
 * @extends {external:Serpentity.Component}
 * @class PointsComponent
 * @param {object} config a configuration object to extend.
 */
export default class PointsComponent extends Component {};