mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2026-04-05 14:25:37 +00:00
Minor corrections
This commit is contained in:
parent
e95110f33d
commit
accf488f9c
9 changed files with 11 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
using Data.Models.Interfaces;
|
||||
using Microsoft.AspNetCore.ResponseCompression;
|
||||
using Data;
|
||||
using Data.Models.Interfaces;
|
||||
using BlazorWebAssembly.Server.Endpoints;
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
|
|
|
|||
|
|
@ -5,3 +5,6 @@ public class Tag
|
|||
[Required]
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
CustomCssClassProvider
|
||||
Loading…
Add table
Add a link
Reference in a new issue