mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +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
|