Foxchat.NET/Foxchat.Identity/InstanceConfig.cs

8 lines
95 B
C#
Raw Normal View History

2024-05-11 15:26:47 +02:00
using Foxchat.Core;
namespace Foxchat.Identity;
public class InstanceConfig : CoreConfig
{
}