@*Allows the css calsses used by the rich text editor this project uses to be displayed properly*@ @code { [CascadingParameter] private HttpContext HttpContext { get; set; } = default!; private IComponentRenderMode? PageRenderMode => HttpContext.AcceptsInteractiveRouting() ? InteractiveServer : null; }