mirror of
https://github.com/bitwarden/importer.git
synced 2025-12-12 00:36:10 -06:00
10 lines
135 B
C#
10 lines
135 B
C#
namespace Bit.Importer;
|
|
|
|
public partial class AppShell : Shell
|
|
{
|
|
public AppShell()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|