KinoPhoenixLiveview.DynamicLive (kino_phoenix_live_view v0.1.0)
A dynamic LiveView module that delegates all callbacks to another LiveView.
The delegated LiveView is determined at runtime via application configuration
(:kino_phoenix_live_view, :live_view
). This allows for swapping or extending
LiveView behavior without modifying this module.