feat: added membersLiveView for testing Primer components
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2025-05-08 14:24:18 +02:00
parent e0a15b1a57
commit e0f8b69315
5 changed files with 76 additions and 41 deletions

View file

@ -9,6 +9,7 @@ defmodule MvWeb.Layouts do
`use MvWeb, :live_view`.
"""
use MvWeb, :html
alias PrimerLive.Component, as: Primer
embed_templates "layouts/*"
embed_templates("layouts/*")
end