mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 18:23:51 +00:00
stub out various pages
This commit is contained in:
14
src/App/Pages/SettingsPageViewModel.cs
Normal file
14
src/App/Pages/SettingsPageViewModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Bit.App.Pages
|
||||
{
|
||||
public class SettingsPageViewModel : BaseViewModel
|
||||
{
|
||||
public SettingsPageViewModel()
|
||||
{
|
||||
PageTitle = "Settings";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user