mirror of
https://github.com/danbee/chess
synced 2026-06-21 05:12:22 +00:00
6 lines
105 B
Elixir
6 lines
105 B
Elixir
defmodule ChessWeb.LayoutView do
|
|
use ChessWeb, :view
|
|
|
|
import Chess.Auth, only: [current_user: 1]
|
|
end
|