Skip to content

Commit d692d68

Browse files
committed
Add missing using directive for Sitemap.Generators to improve code organization
1 parent 11b3830 commit d692d68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/X.Web.Sitemap.Example/Examples/SitemapGenerationWithSitemapIndexExample.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
namespace X.Web.Sitemap.Example.Examples;
1+
using X.Web.Sitemap.Generators;
2+
3+
namespace X.Web.Sitemap.Example.Examples;
24

35
/// <summary>
46
/// This is an example showing how you might take a large list of URLs of different kinds of resources and build

0 commit comments

Comments
 (0)