Skip to content

Commit 637d7ef

Browse files
committed
Fix build
1 parent 32f4811 commit 637d7ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Components/Server/src/DependencyInjection/IServerSideBlazorBuilder.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
using Microsoft.AspNetCore.Components.Endpoints;
5+
46
namespace Microsoft.Extensions.DependencyInjection;
57

68
/// <summary>
79
/// A builder that can be used to configure Server-Side Blazor.
810
/// </summary>
9-
public interface IServerSideBlazorBuilder
11+
public interface IServerSideBlazorBuilder : IRazorComponentsBuilder
1012
{
1113
/// <summary>
1214
/// Gets the <see cref="IServiceCollection"/>.

0 commit comments

Comments
 (0)