Skip to content

Commit

Permalink
refactor: remove unused serialization import in HtmxConfig
Browse files Browse the repository at this point in the history
Removed an unnecessary import from the HtmxConfig file, specifically the Configuration.Serialization namespace which was not being used. This helps to keep the codebase clean and efficient.
  • Loading branch information
tanczosm committed Apr 30, 2024
1 parent 0987247 commit af8b30e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Htmxor/HtmxConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Metadata;
using Htmxor.Antiforgery;
using Htmxor.Configuration.Serialization;

namespace Htmxor;

Expand Down

0 comments on commit af8b30e

Please sign in to comment.