Move RenderRegistryTest (#23327)
This commit is contained in:
parent
7aba2502f8
commit
55b5f959ce
|
|
@ -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 System;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Blazor.Rendering
|
namespace Microsoft.AspNetCore.Components.WebAssembly.Rendering
|
||||||
{
|
{
|
||||||
public class RenderRegistryTest
|
public class RenderRegistryTest
|
||||||
{
|
{
|
||||||
Loading…
Reference in New Issue