@page "/devs/simulationtest"
@using Adaeron.Shared.Services
@inject IFormFactor FormFactor
Test
Hello, world!
Welcome to your new app running on @factor using @platform.
@code {
private string factor => FormFactor.GetFormFactor();
private string platform => FormFactor.GetPlatform();
}