diff options
Diffstat (limited to 'src/client/Utils/Search.elm')
-rw-r--r-- | src/client/Utils/Search.elm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/Utils/Search.elm b/src/client/Utils/Search.elm deleted file mode 100644 index 1b70387..0000000 --- a/src/client/Utils/Search.elm +++ /dev/null @@ -1,10 +0,0 @@ -module Utils.Search exposing - ( format - ) - -import String - -import Utils.String as String - -format : String -> String -format = String.unaccent << String.toLower |