Removing broken import

This commit is contained in:
David Négrier 2020-05-16 15:51:00 +02:00
parent b20357c1ee
commit 87707bc814

View file

@ -1,4 +1,3 @@
import {Message} from "./Message";
import {PointInterface} from "./PointInterface";
export class Point implements PointInterface{