after refactor cleanup
This commit is contained in:
11
DiunaBI.UI.Mobile/App.xaml.cs
Normal file
11
DiunaBI.UI.Mobile/App.xaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DiunaBI.UI.Mobile;
|
||||
|
||||
public partial class App : Microsoft.Maui.Controls.Application
|
||||
{
|
||||
public App()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
MainPage = new MainPage();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user