diff --git a/lib/hologram/ui/runtime.ex b/lib/hologram/ui/runtime.ex
index 4aaf4e9f0..b2019a016 100644
--- a/lib/hologram/ui/runtime.ex
+++ b/lib/hologram/ui/runtime.ex
@@ -1,6 +1,8 @@
defmodule Hologram.UI.Runtime do
use Hologram.Component
+
alias Hologram.Assets.ManifestCache, as: AssetManifestCache
+ alias Hologram.Router.Helpers, as: RouterHelpers
prop :initial_page?, :boolean, from_context: {Hologram.Runtime, :initial_page?}
prop :page_digest, :string, from_context: {Hologram.Runtime, :page_digest}
@@ -37,7 +39,7 @@ defmodule Hologram.UI.Runtime do
{/if}
{%if !@page_mounted?}
-
+
{/if}
"""
end