Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: added missing attribute to UserSlots class
  • Loading branch information
Denny09310 committed Sep 15, 2025
commit 1bdbc4c6e2f3eb26032c4035b5b1139f3e6ee54e
3 changes: 3 additions & 0 deletions src/LumexUI/Components/User/UserSlots.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
// LumexUI licenses this file to you under the MIT license
// See the license here https://github.com/LumexUI/lumexui/blob/main/LICENSE

using System.Diagnostics.CodeAnalysis;

using LumexUI.Common;

namespace LumexUI;

/// <summary>
/// Represents the set of customizable slots for the <see cref="LumexUser"/> component.
/// </summary>
[ExcludeFromCodeCoverage]
public class UserSlots : SlotBase
{
/// <summary>
Expand Down
Loading