aurora/aurora-sharp-desktop/Aurora/Design/Views/Profile/ProfileView.xaml.cs
2021-03-05 23:10:12 -05:00

15 lines
262 B
C#

using System;
using System.Collections.Generic;
using Xamarin.Forms;
namespace Aurora.Design.Views.Profile
{
public partial class ProfileView : ContentView
{
public ProfileView()
{
InitializeComponent();
}
}
}