fix color code issue

This commit is contained in:
RaidMax 2021-12-19 20:02:00 -06:00
parent 8af40a7772
commit ecfcd760d6

View File

@ -2,7 +2,7 @@
using System.Text.RegularExpressions;
using Microsoft.AspNetCore.Razor.TagHelpers;
namespace SharedLibraryCore.TagHelpers
namespace SharedLibraryCore
{
[HtmlTargetElement("color-code")]
public class ColorCode : TagHelper