8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
|
|
@page "/"
|
||
|
|
@attribute [Authorize]
|
||
|
|
<h3>Index</h3>
|
||
|
|
<Button Type="primary">Primary</Button>
|
||
|
|
@code {
|
||
|
|
|
||
|
|
}
|