1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 00:33:20 +00:00

re-org pages into folders

This commit is contained in:
Kyle Spearrin
2019-05-02 12:27:23 -04:00
parent daa9bdfb8c
commit 2ca066327a
10 changed files with 2 additions and 2 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";
}
}
}