break widget related stuff into its own project as the main HB project was just becoming too bloated
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Hyperbar.Widget;
|
||||
|
||||
public static class IWidgetBuilderExtensions
|
||||
{
|
||||
//public static IWidgetBuilder ConfigureServices(this IWidgetBuilder builder,
|
||||
// Action<IServiceCollection> servicesDelegate)
|
||||
//{
|
||||
// servicesDelegate(builder.Services);
|
||||
// return builder;
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user