@page "/" @using HopFrame.Core.Services Home

Hello, world!

Welcome to your new Fluent Blazor app. @inject IContextExplorer Explorer @code { protected override void OnInitialized() { Console.WriteLine(string.Join(", ", Explorer.GetTableNames())); } }