Skip to content

Commit 0d8d3ce

Browse files
Remove unnecessary using
1 parent 40ff469 commit 0d8d3ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

15/umbraco-cms/extending/creating-custom-seed-key-provider.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ Now that we have implemented the `BlogSeedKeyProvider` we need to register it in
105105
using MySite.SeedKeyProviders;
106106
using Umbraco.Cms.Infrastructure.DependencyInjection;
107107
using Umbraco.Cms.Infrastructure.HybridCache;
108-
using Umbraco.Cms.Web.UI;
109108

110109
WebApplicationBuilder builder = WebApplication.CreateBuilder(args);
111110

0 commit comments

Comments
 (0)