hello
Some checks failed
DMA-CSD-CICD/oliver.thy/pipeline/head There was a failure building this commit

This commit is contained in:
phosphenia
2026-04-07 12:10:21 +02:00
parent 45cdd470e8
commit a30638313c
80 changed files with 82983 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace RazorAppBoy.Pages
{
public class IndexModel : PageModel
{
public void OnGet()
{
}
}
}