diff --git a/Qwirkle/Qwirkle/Pages/Credits.xaml b/Qwirkle/Qwirkle/Pages/Credits.xaml
index fa38084..37f8ec7 100644
--- a/Qwirkle/Qwirkle/Pages/Credits.xaml
+++ b/Qwirkle/Qwirkle/Pages/Credits.xaml
@@ -2,17 +2,13 @@
-
+
\ No newline at end of file
diff --git a/Qwirkle/Qwirkle/Qwirkle.csproj b/Qwirkle/Qwirkle/Qwirkle.csproj
index 9d6eb72..c383b86 100644
--- a/Qwirkle/Qwirkle/Qwirkle.csproj
+++ b/Qwirkle/Qwirkle/Qwirkle.csproj
@@ -88,6 +88,9 @@
Settings.xaml
+
+ GoBack.xaml
+
ScoreboardLine.xaml
@@ -112,6 +115,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Qwirkle/Qwirkle/Views/GoBack.xaml b/Qwirkle/Qwirkle/Views/GoBack.xaml
new file mode 100644
index 0000000..c5359b2
--- /dev/null
+++ b/Qwirkle/Qwirkle/Views/GoBack.xaml
@@ -0,0 +1,11 @@
+
+
+
+
diff --git a/Qwirkle/Qwirkle/Views/GoBack.xaml.cs b/Qwirkle/Qwirkle/Views/GoBack.xaml.cs
new file mode 100644
index 0000000..3fe1504
--- /dev/null
+++ b/Qwirkle/Qwirkle/Views/GoBack.xaml.cs
@@ -0,0 +1,9 @@
+namespace Qwirkle.Views;
+
+public partial class GoBack : ContentView
+{
+ public GoBack()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file