mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2026-04-11 01:03:52 +00:00
5 lines
76 B
C#
5 lines
76 B
C#
namespace Components.RazorComponents;
|
|
|
|
public interface ILoginStatus
|
|
{
|
|
}
|