Files
riversong-code-showcase/Source/Riversong/Config/AppLinks.cs
2026-05-21 16:04:49 +02:00

8 lines
181 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
public static class AppLinks
{
public const string DemoFeedbackUrl = "https://forms.gle/vA5owahuh8AUMbf87";
}
}