petalframework / petal_boilerplate

Phoenix + Tailwind + Petal Components Boilerplate
https://petal.build
145 stars 19 forks source link

mix setup fails #18

Closed neilberkman closed 1 year ago

neilberkman commented 1 year ago

Cloned the template and on mix setup I get this

==> petal_boilerplate
Compiling 17 files (.ex)
error: undefined function vertical_menu/1 (expected PetalBoilerplateWeb.PageHTML to define such a function or for it to be imported, but none are available)
  lib/petal_boilerplate_web/controllers/page_html/home.html.heex:1457: PetalBoilerplateWeb.PageHTML.home/1

error: undefined function vertical_menu/1 (expected PetalBoilerplateWeb.PageHTML to define such a function or for it to be imported, but none are available)
  lib/petal_boilerplate_web/controllers/page_html/home.html.heex:1481: PetalBoilerplateWeb.PageHTML.home/1

error: undefined function user_dropdown_menu/1 (expected PetalBoilerplateWeb.PageHTML to define such a function or for it to be imported, but none are available)
  lib/petal_boilerplate_web/controllers/page_html/home.html.heex:1529: PetalBoilerplateWeb.PageHTML.home/1
mplatts commented 1 year ago

Sorry - just pushed a fix - can you pull and try again?