@page "/module/{moduleId}" @using System.Net; @using PanoptesFrontend.Data @using PanoptesFrontend.Services @using System @using System.Text.Json @using Microsoft.AspNetCore.Components.Web @inject IHttpService httpService @inject IJSRuntime JSRuntime @if (tables != null || graphs != null) {