1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 18:13:36 +00:00

stub out various pages

This commit is contained in:
Kyle Spearrin
2019-03-28 23:52:33 -04:00
parent 30dd2e993f
commit 02e03c7654
22 changed files with 532 additions and 252 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Bit.App.Pages
{
public class GeneratorPageViewModel : BaseViewModel
{
public GeneratorPageViewModel()
{
PageTitle = "Password Generator";
}
}
}