Remove unnecessary class

This commit is contained in:
Ed Minnix
2025-02-03 22:34:08 -05:00
parent 414c0a646a
commit 5236a40d0a

View File

@@ -21,12 +21,6 @@ private class MicrosoftAspNetCoreComponentsClass extends Class {
}
}
/** The `Microsoft.AspNetCore.Components.ParameterAttribute` class. */
class MicrosoftAspNetCoreComponentsParamaterAttributeClass extends MicrosoftAspNetCoreComponentsClass
{
MicrosoftAspNetCoreComponentsParamaterAttributeClass() { this.hasName("ParameterAttribute") }
}
/** The `Microsoft.AspNetCore.Components.CascadingParameterAttributeBase` class. */
class MicrosoftAspNetCoreComponentsCascadingParameterAttributeBaseClass extends MicrosoftAspNetCoreComponentsClass
{