aurora/aurora-sharp-desktop/Aurora/UserInterface/Views/Profile/ProfileView.xaml.cs
2021-04-10 10:20:50 -04: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();
}
}
}