From 7dddb117f367362bb0aaabdcde7e700541262278 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 9 Mar 2023 21:05:00 -0500 Subject: [PATCH] chore: clean up compiler warnings in dev/test --- dev/dev_web.ex | 2 +- dev/dev_web/templates/layout/app.html.heex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/dev_web.ex b/dev/dev_web.ex index 8b55695..55ceafe 100644 --- a/dev/dev_web.ex +++ b/dev/dev_web.ex @@ -36,7 +36,7 @@ defmodule DevWeb do # Import convenience functions from controllers import Phoenix.Controller, - only: [get_flash: 1, get_flash: 2, view_module: 1, view_template: 1] + only: [view_module: 1, view_template: 1] # Include shared imports and aliases for views unquote(view_helpers()) diff --git a/dev/dev_web/templates/layout/app.html.heex b/dev/dev_web/templates/layout/app.html.heex index 169aed9..f42e0c4 100644 --- a/dev/dev_web/templates/layout/app.html.heex +++ b/dev/dev_web/templates/layout/app.html.heex @@ -1,5 +1,5 @@
- - + + <%= @inner_content %>