Skip to content

Commit ebe27dd

Browse files
Removed unnecesary using.
1 parent 134696b commit ebe27dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/KristofferStrube.Blazor.FileAPI/Options/BlobPart.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Runtime.Serialization;
2-
3-
namespace KristofferStrube.Blazor.FileAPI;
1+
namespace KristofferStrube.Blazor.FileAPI;
42

53
/// <summary>
64
/// <see href="https://www.w3.org/TR/FileAPI/#typedefdef-blobpart">BlobPart browser specs</see>

0 commit comments

Comments
 (0)