import Component from '@/ecs/component.js'; export default class Ecs extends Component { static properties = { path: {type: 'string'}, }; }