From 5356adb6a539a30980c2e569816355d32f566b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Arteiro?= Date: Wed, 26 Oct 2022 11:15:32 +0100 Subject: [PATCH] fix: Fixing build --- lib/stopwatch_web.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stopwatch_web.ex b/lib/stopwatch_web.ex index 93b3109..800eefe 100644 --- a/lib/stopwatch_web.ex +++ b/lib/stopwatch_web.ex @@ -89,6 +89,7 @@ defmodule StopwatchWeb do # Import LiveView and .heex helpers (live_render, live_patch, <.form>, etc) import Phoenix.LiveView.Helpers + import Phoenix.Component # Import basic rendering functionality (render, render_layout, etc) import Phoenix.View