This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/test/support/components/component.ex

10 lines
127 B
Elixir

defmodule Temple.Components.Component do
use Temple.Component
render do
div do
@inner_content
end
end
end