Fixup Razor Class Library template namespace and component content (#13419)

This commit is contained in:
Daniel Roth 2019-08-27 16:00:39 -07:00 committed by GitHub
parent b991e4b9c2
commit b9d1e067ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<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>

View File

@ -1,7 +1,7 @@
using Microsoft.JSInterop;
using System.Threading.Tasks;
namespace RazorClassLibrary_CSharp
namespace Company.RazorClassLibrary1
{
public class ExampleJsInterop
{