fix #2976 - add logging methods to ThemeBase

This commit is contained in:
sbwalker
2023-07-10 16:26:30 -04:00
parent 4e1a389c8b
commit feae7d6269
3 changed files with 148 additions and 2 deletions

View File

@ -9,7 +9,6 @@ using Oqtane.UI;
using System.Collections.Generic;
using Microsoft.JSInterop;
using System.Linq;
using Oqtane.Themes;
namespace Oqtane.Modules
{