Foxchat.NET/Foxchat.Identity/InstanceConfig.cs

5 lines
91 B
C#
Raw Permalink Normal View History

2024-05-11 15:26:47 +02:00
using Foxchat.Core;
namespace Foxchat.Identity;
2024-05-14 22:24:53 +02:00
public class InstanceConfig : CoreConfig;