import { Component } from '../component' export class PositionComponent extends Component { x: number = 0 y: number = 0 }