diff options
author | href <href@random.sh> | 2018-01-31 20:36:42 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-01-31 20:36:42 +0100 |
commit | fcb2a082346054108f3f16cffe968450cf961976 (patch) | |
tree | 8e7d2eb9eeebf854e62e08c29b147f34dfeb1881 /lib/lsg_web/views/layout_view.ex |
import
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_web/views/layout_view.ex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lsg_web/views/layout_view.ex b/lib/lsg_web/views/layout_view.ex new file mode 100644 index 0000000..39216ed --- /dev/null +++ b/lib/lsg_web/views/layout_view.ex @@ -0,0 +1,3 @@ +defmodule LSGWeb.LayoutView do + use LSGWeb, :view +end |