summaryrefslogtreecommitdiff
path: root/lib/lsg_web/views/layout_view.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_web/views/layout_view.ex')
-rw-r--r--lib/lsg_web/views/layout_view.ex3
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