diff --git a/lib/annot_at_web/components/layouts.ex b/lib/annot_at_web/components/layouts.ex index 08a13f9..b5c0a1d 100644 --- a/lib/annot_at_web/components/layouts.ex +++ b/lib/annot_at_web/components/layouts.ex @@ -5,6 +5,8 @@ defmodule AnnotAtWeb.Layouts do """ use AnnotAtWeb, :html + alias Phoenix.LiveView.JS + # Embed all files in layouts/* within this module. # The default root.html.heex file contains the HTML # skeleton of your application, namely HTML headers @@ -53,14 +55,51 @@ defmodule AnnotAtWeb.Layouts do def dashboard(assigns) do ~H""" -
-