renamed IconHelpers module
This commit is contained in:
parent
299ab5dd14
commit
9e5636ec82
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ defmodule Bones73kWeb do
|
|||
import Phoenix.View
|
||||
|
||||
# Import SVG Icon helper
|
||||
import Bones73kWeb.IconHelper
|
||||
import Bones73kWeb.IconHelpers
|
||||
|
||||
import Bones73kWeb.ErrorHelpers
|
||||
import Bones73kWeb.Gettext
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
defmodule Bones73kWeb.IconHelper do
|
||||
defmodule Bones73kWeb.IconHelpers do
|
||||
@moduledoc """
|
||||
Generate SVG sprite use tags for SVG icons
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue