diff --git a/samples/Plugin.Maui.Feature.Sample/App.xaml.cs b/samples/Plugin.Maui.Feature.Sample/App.xaml.cs index 18fadfc..5bab0b5 100644 --- a/samples/Plugin.Maui.Feature.Sample/App.xaml.cs +++ b/samples/Plugin.Maui.Feature.Sample/App.xaml.cs @@ -1,11 +1,11 @@ -namespace Plugin.Maui.Feature.Sample; +namespace Plugin.Maui.Feature.Sample; public partial class App : Application { - public App() - { - InitializeComponent(); + public App() + { + InitializeComponent(); - MainPage = new AppShell(); - } -} \ No newline at end of file + MainPage = new AppShell(); + } +} diff --git a/samples/Plugin.Maui.Feature.Sample/MainPage.xaml b/samples/Plugin.Maui.Feature.Sample/MainPage.xaml index 6e07604..2532cbe 100644 --- a/samples/Plugin.Maui.Feature.Sample/MainPage.xaml +++ b/samples/Plugin.Maui.Feature.Sample/MainPage.xaml @@ -3,16 +3,27 @@ x:Class="Plugin.Maui.Feature.Sample.MainPage" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" - Title="Feature Plugin"> - - - -