aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/views/layout_view.ex
blob: 514779b38c9c1ccb11a300d720face6a06ab6ce1 (plain) (blame)
1
2
3
4
5
defmodule ShardWeb.LayoutView do
  use ShardWeb, :view

  import PhoenixGon.View
end