Created home page view to act as the main landing for the application.

This commit is contained in:
2025-05-22 10:49:02 -04:00
parent 0d997585ac
commit c4370af08c
5 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osrs_toolbox
{
public abstract class HomePageModel : ModelBase
{
}
}