Skip to content

Commit

Permalink
fix: Don't warn that KinoLiveComponent import is unused (#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Feb 7, 2025
1 parent e137d05 commit 025f5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ defmodule DotcomWeb.Router do
end
end

import KinoLiveComponent.Plug, only: [allow_insecure_connection: 2]
import KinoLiveComponent.Plug, only: [allow_insecure_connection: 2], warn: false

if Mix.env() == :dev do
scope "/kino-live-component", KinoLiveComponent do
Expand Down

0 comments on commit 025f5f9

Please sign in to comment.