mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-14 17:44:20 +01:00
9 lines
138 B
C#
9 lines
138 B
C#
namespace SharpRSS.Blazor.Constants;
|
|
|
|
/// <summary>
|
|
/// The internal application routes
|
|
/// </summary>
|
|
public static class Routes
|
|
{
|
|
|
|
} |