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