using System; using System.Collections.Generic; using System.Text; namespace Bit.App.Pages { public class GeneratorPageViewModel : BaseViewModel { public GeneratorPageViewModel() { PageTitle = "Password Generator"; } } }