Skip to content

Commit

Permalink
Added missing using for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupras committed Oct 27, 2023
1 parent ed3f443 commit 7c49794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ImageSharp.Web/Resampler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Six Labors.
// Licensed under the Six Labors Split License.

using SixLabors.ImageSharp.Processing;

namespace SixLabors.ImageSharp.Web;

/// <summary>
Expand Down

0 comments on commit 7c49794

Please sign in to comment.