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