Files
mixtape/zero.Web/Sections/IBuiltInSection.cs
T

11 lines
170 B
C#
Raw Normal View History

2020-04-13 20:54:22 +02:00
namespace zero.Web.Sections
{
/// <summary>
/// Built-in sections which point to built-in plugins
/// </summary>
internal interface IBuiltInSection
{
}
}