Iceshrimp.NET/Iceshrimp.Frontend/Core/Services/GlobalComponentSvc.cs

7 lines
No EOL
164 B
C#

using Iceshrimp.Frontend.Components;
namespace Iceshrimp.Frontend.Core.Services;
public class GlobalComponentSvc
{
public EmojiPicker? EmojiPicker { get; set; }
}