Brazil |> Portugal |> Spain
```
def call(assigns) do
~H"""
<.live_component module={__MODULE__} {assigns}/>
"""
end
```
Maybe you can put that in your `MyAppWeb.live_component\0` and have it available for all your components.
```
def call(assigns) do
~H"""
<.live_component module={__MODULE__} {assigns}/>
"""
end
```
Maybe you can put that in your `MyAppWeb.live_component\0` and have it available for all your components.