pinchflat/lib/pinchflat_web/controllers/pages/page_html.ex
Kieran 69c47c2c65 Basic onboading flow (#24)
* removed unused file

* [WIP] Created onboarding form

* Finished basic onboarding flow; added tests

* Improved onboarding language
2024-02-20 17:37:17 -08:00

5 lines
104 B
Elixir

defmodule PinchflatWeb.Pages.PageHTML do
use PinchflatWeb, :html
embed_templates "page_html/*"
end