Move SearchGlobalShortcut to a colocated hook

This commit is contained in:
Claudio Ortolina
2025-07-17 17:32:24 +01:00
parent bad6247c69
commit 5e73231767
5 changed files with 27 additions and 24 deletions
@@ -10,6 +10,8 @@ defmodule MusicLibraryWeb.Layouts do
"""
use MusicLibraryWeb, :html
alias Phoenix.LiveView.ColocatedHook
embed_templates "layouts/*"
attr :current_section, :atom, required: true