Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / web / controllers / page_controller.ex
1 defmodule TechRadarEditor.PageController do
2 use TechRadarEditor.Web, :controller
3
4 def index(conn, _params) do
5 render conn, "index.html"
6 end
7 end