12 lines
194 B
C#
12 lines
194 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Clario.MobileViews;
|
|
|
|
public partial class CategoriesViewMobile : UserControl
|
|
{
|
|
public CategoriesViewMobile()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|