Skip to content

Commit

Permalink
Merge pull request #207 from L-e-x-o-n/fix-require
Browse files Browse the repository at this point in the history
Remove self require
  • Loading branch information
Beherith authored Mar 14, 2024
2 parents e7fbf87 + fe3bc62 commit 4bc1b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/teiserver_web/live/admin/chat/index.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
defmodule TeiserverWeb.Admin.ChatLive.Index do
require TeiserverWeb.Admin.ChatLive.Index
use TeiserverWeb, :live_view
alias Teiserver.{Account, Coordinator, Chat}

Expand Down
1 change: 0 additions & 1 deletion lib/teiserver_web/live/microblog/blog/show.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
defmodule TeiserverWeb.Microblog.BlogLive.Show do
@moduledoc false
require TeiserverWeb.Microblog.BlogLive.Show
use TeiserverWeb, :live_view
alias Teiserver.{Microblog, Logging, Communication}
import TeiserverWeb.MicroblogComponents
Expand Down

0 comments on commit 4bc1b90

Please sign in to comment.