Fixup Razor Class Library template namespace and component content (#13419)
This commit is contained in:
parent
b991e4b9c2
commit
b9d1e067ee
|
|
@ -1,3 +1,3 @@
|
||||||
<div class="my-component">
|
<div class="my-component">
|
||||||
This Blazor component is defined in the <strong>RazorClassLibrary-CSharp</strong> package.
|
This Blazor component is defined in the <strong>Company.RazorClassLibrary1</strong> package.
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
using Microsoft.JSInterop;
|
using Microsoft.JSInterop;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace RazorClassLibrary_CSharp
|
namespace Company.RazorClassLibrary1
|
||||||
{
|
{
|
||||||
public class ExampleJsInterop
|
public class ExampleJsInterop
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue