We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6f379 commit ce948adCopy full SHA for ce948ad
1 file changed
src/BootstrapBlazor/Components/BaseComponents/BootstrapModuleComponentBase.cs
@@ -3,6 +3,8 @@
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
5
6
+using System.Reflection;
7
+
8
namespace BootstrapBlazor.Components;
9
10
/// <summary>
0 commit comments