Removed useless import from Launcher

This commit is contained in:
François Autin 2021-06-25 21:16:14 +02:00
parent cbe3f8ea85
commit 894e3fe7f3
No known key found for this signature in database
GPG Key ID: 24025429AC559B7C

View File

@ -2,7 +2,6 @@ package launcher;
import gameplay.match.*;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.scene.Parent;