This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/Aurora/Frontend/Views/Albums/AlbumsView.xaml.cs

16 lines
262 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using Xamarin.Forms;
namespace Aurora.Frontend.Views.Albums
{
public partial class AlbumsView : ContentPage
{
public AlbumsView()
{
InitializeComponent();
}
}
}