8 lines
No EOL
165 B
C#
8 lines
No EOL
165 B
C#
using Iceshrimp.Frontend.Components;
|
|
|
|
namespace Iceshrimp.Frontend.Core.Services;
|
|
|
|
public class GlobalComponentSvc
|
|
{
|
|
public EmojiPicker? EmojiPicker { get; set; }
|
|
} |