Move RenderRegistryTest (#23327)

This commit is contained in:
Pranav K 2020-06-25 07:23:01 -07:00 committed by GitHub
parent 7aba2502f8
commit 55b5f959ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Xunit;
namespace Microsoft.AspNetCore.Blazor.Rendering
namespace Microsoft.AspNetCore.Components.WebAssembly.Rendering
{
public class RenderRegistryTest
{