Iceshrimp.NET/Iceshrimp.Frontend/Core/Services/GlobalComponentSvc.cs
2024-09-13 21:44:31 +02:00

8 lines
No EOL
165 B
C#

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