Delete target/classes/com/yes/yes directory

target folder should not exist
This commit is contained in:
Stefan
2022-02-24 15:12:14 +01:00
committed by GitHub
parent c7d0957902
commit 625d3823c9
-10
View File
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.control.Button?>
<VBox spacing="20.0" xmlns:fx="http://javafx.com/fxml"
fx:controller="com.yes.yes.MainController" fx:id="root">
</VBox>