defmodule FreediveWeb.LiliformLive do defmacro __using__(_) do quote do use FreediveWeb, :live_view end end end