feat: added membersLiveView for testing Primer components
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e0a15b1a57
commit
e0f8b69315
5 changed files with 76 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue