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