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:
18
src/App/Pages/Generator/GeneratorPage.xaml.cs
Normal file
18
src/App/Pages/Generator/GeneratorPage.xaml.cs
Normal 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user