defmodule MangoWeb.LayoutView do | |
use MangoWeb, :view | |
import MangoWeb.CartView, only: [cart_count: 1] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
defmodule MangoWeb.LayoutView do | |
use MangoWeb, :view | |
import MangoWeb.CartView, only: [cart_count: 1] | |
end |