1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

fix color code issue

This commit is contained in:
RaidMax 2021-12-19 20:02:00 -06:00
parent 88209e4bbf
commit dbe5a27ec1

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