Removed migrations. New onboarding screen and wizard like steps.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Wino.Mail.WinUI.Views.Abstract;
|
||||
|
||||
namespace Wino.Views;
|
||||
|
||||
public sealed partial class AccountSetupProgressPage : AccountSetupProgressPageAbstract
|
||||
{
|
||||
public AccountSetupProgressPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user