1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 06:43:17 +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,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace Bit.App.Pages
{
public partial class GeneratorPage : ContentPage
{
public GeneratorPage()
{
InitializeComponent();
}
}
}