NEW: Initial task mgmt (#4)

This commit is contained in:
Matthew Ryan Dillon 2020-06-14 15:26:14 -07:00 committed by GitHub
parent 9990771c18
commit 61de82e24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 261 additions and 104 deletions

View file

@ -1,7 +0,0 @@
defmodule PlannerWeb.PageController do
use PlannerWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end