Skip to content

Commit

Permalink
using inside namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilatrhea committed Aug 29, 2023
1 parent dd9fe15 commit d771ee8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
using Microsoft.AspNetCore.Components;

namespace COMETwebapp.Components.ReferenceData
{
using Microsoft.AspNetCore.Components;

/// <summary>
/// Support class for the <see cref="CategoryNodeComponent"/>
/// </summary>
Expand Down

0 comments on commit d771ee8

Please sign in to comment.