0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-13 07:30:45 -05:00
installer/SPTInstaller/Views/OverviewView.axaml.cs

12 lines
240 B
C#
Raw Normal View History

using Avalonia.ReactiveUI;
using SPTInstaller.ViewModels;
namespace SPTInstaller.Views;
public partial class OverviewView : ReactiveUserControl<OverviewViewModel>
{
public OverviewView()
{
InitializeComponent();
}
}