diff --git a/CanYouBuildIt/App.xaml.cs b/CanYouBuildIt/App.xaml.cs index 8e86f64..d042742 100644 --- a/CanYouBuildIt/App.xaml.cs +++ b/CanYouBuildIt/App.xaml.cs @@ -1,4 +1,5 @@ using CanYouBuildIt.Model; +using Microsoft.Maui.Controls; using System.Diagnostics; namespace CanYouBuildIt; @@ -13,7 +14,6 @@ public partial class App : Application manager.sauvegardeDonnee(); Debug.WriteLine(manager.listUtil[0]); InitializeComponent(); - - MainPage = new AppShell(); + MainPage = new AppShell(); } -} +} \ No newline at end of file diff --git a/CanYouBuildIt/Views/Acceuil.xaml b/CanYouBuildIt/Views/Acceuil.xaml index e19ec41..156fe58 100644 --- a/CanYouBuildIt/Views/Acceuil.xaml +++ b/CanYouBuildIt/Views/Acceuil.xaml @@ -58,6 +58,7 @@ + @@ -97,7 +98,7 @@ - +