Packages
LiveView Native code examples using Kino Smart Cells inside Livebook
Current section
Files
Jump to
Current section
Files
lib/server_web/components/layouts.ex
defmodule ServerWeb.Layouts do
use ServerWeb, :html
use LiveViewNative.Layouts
embed_templates "layouts/*.html"
end