9 lines
140 B
C#
Raw Normal View History

2025-01-25 00:27:02 +01:00
namespace WheresMyMoney.Maui;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}