This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.

15 lines
358 B
C#

namespace Oqtane
{
/// <summary>
/// Dummy class used to collect shared resource strings for this application
/// </summary>
/// <remarks>
/// This class is mostly used with IStringLocalizer and IHtmlLocalizer interfaces.
/// The class must reside at the project root.
/// </remarks>
public class IconResources
{
}
}