mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add missing file
This commit is contained in:
parent
b38fc3a8b5
commit
141ff50dbe
14
Wabbajack/Views/Settings/AuthorFilesView.xaml.cs
Normal file
14
Wabbajack/Views/Settings/AuthorFilesView.xaml.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System.Windows.Controls;
|
||||
using ReactiveUI;
|
||||
|
||||
namespace Wabbajack
|
||||
{
|
||||
public partial class AuthorFilesView : ReactiveUserControl<AuthorFilesVM>
|
||||
{
|
||||
public AuthorFilesView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user