Removed migrations. New onboarding screen and wizard like steps.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Core.ViewModels;
|
||||
|
||||
public class WelcomeHostPageViewModel : CoreBaseViewModel
|
||||
{
|
||||
public WelcomeHostPageViewModel(INavigationService navigationService)
|
||||
{
|
||||
NavigationService = navigationService;
|
||||
}
|
||||
|
||||
public INavigationService NavigationService { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user