using MfGames.Nitride.Generators; namespace MfGames.Nitride.Feeds; /// /// A marker component that indicates this page is a feed. /// [SingletonComponent] public partial class IsFeed { }