Packages

LiveView library to manage database records

Current section

Files

Jump to
live_ui lib demo_app live_ui_web controllers page_html.ex
Raw

lib/demo_app/live_ui_web/controllers/page_html.ex

defmodule LiveUIWeb.PageHTML do
use LiveUIWeb, :html
import LiveUI.Components.Core
embed_templates "page_html/*"
end