From d5f2495db4c6fd287ecccf81dc57546392623b5f Mon Sep 17 00:00:00 2001 From: Brandon Joyce Date: Fri, 23 Jun 2023 16:27:30 -0400 Subject: [PATCH] Remove Mix.Config warning --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 8fd6829..d906174 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,6 +1,6 @@ # This file is responsible for configuring your application # and its dependencies with the aid of the Mix.Config module. -use Mix.Config +import Config # This configuration is loaded before any dependency and is restricted # to this project. If another project depends on this project, this