Cleans forgotten useless commentaries

This commit is contained in:
Benedicte Quimbert 2021-10-29 18:53:55 +02:00
parent 8bc75e1ccb
commit cbf7cdfe29

View file

@ -126,8 +126,7 @@ export class WorkadventurePlayerCommands extends IframeApiContribution<Workadven
}
}
//TODO: move or delete
type Position = {
export type Position = {
x: number;
y: number;
};