Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mix setup fails #18

Closed
neilberkman opened this issue Jul 21, 2023 · 1 comment
Closed

mix setup fails #18

neilberkman opened this issue Jul 21, 2023 · 1 comment

Comments

@neilberkman
Copy link

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
Copy link
Contributor

mplatts commented Jul 21, 2023

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

@mplatts mplatts closed this as completed Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants