Skip to content

Commit

Permalink
4. Create app_view.ex and add essential code #53
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 13, 2022
1 parent 56318a2 commit 9001fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/app_web/views/app_view.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
defmodule AppWeb.AppView do
use AppWeb, :view
end

0 comments on commit 9001fbb

Please sign in to comment.