mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-15 01:54: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
|
||
|
{
|
||
|
|
||
|
}
|