Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Last active August 18, 2017 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shankardevy/204bc1558a82fb3065a946ba0f7a0b12 to your computer and use it in GitHub Desktop.
Save shankardevy/204bc1558a82fb3065a946ba0f7a0b12 to your computer and use it in GitHub Desktop.
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