importer/Importer/AppShell.xaml.cs
2023-02-16 14:20:34 -05:00

10 lines
135 B
C#

namespace Bit.Importer;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}