Views
This commit is contained in:
parent
527efff89a
commit
4e7dfc56a8
9 changed files with 54 additions and 2 deletions
13
app/InkForge.Common/Views/LandingView.axaml.cs
Normal file
13
app/InkForge.Common/Views/LandingView.axaml.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using Avalonia.ReactiveUI;
|
||||
|
||||
using InkForge.Common.ViewModels;
|
||||
|
||||
namespace InkForge.Common.Views;
|
||||
|
||||
public partial class LandingView : ReactiveUserControl<LandingViewModel>
|
||||
{
|
||||
public LandingView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue