1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/lib/chess_web/views/layout_view.ex
2018-02-23 13:51:23 -05:00

6 lines
105 B
Elixir

defmodule ChessWeb.LayoutView do
use ChessWeb, :view
import Chess.Auth, only: [current_user: 1]
end