diff options
author | Guillermo Ramos | 2020-02-04 13:49:53 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-04 14:20:23 +0100 |
commit | 1566a2fcba0676cf54dde2b04702a320d9f1edcd (patch) | |
tree | 1d6b378f2d5192fbc3f9446ba9a0cd6e8af2c4c7 /lib/waev_web/views/layout_view.ex | |
download | waev-1566a2fcba0676cf54dde2b04702a320d9f1edcd.tar.gz |
Initial commit
Diffstat (limited to 'lib/waev_web/views/layout_view.ex')
-rw-r--r-- | lib/waev_web/views/layout_view.ex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/waev_web/views/layout_view.ex b/lib/waev_web/views/layout_view.ex new file mode 100644 index 0000000..e5af1b7 --- /dev/null +++ b/lib/waev_web/views/layout_view.ex @@ -0,0 +1,3 @@ +defmodule WaevWeb.LayoutView do + use WaevWeb, :view +end |