diff --git a/config/prod.exs b/config/prod.exs
index fecb6da..e6d1e12 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -9,7 +9,8 @@ import Config
# manifest is generated by the `mix assets.deploy` task,
# which you should run after static files are built and
# before starting your production server.
-config :chicken_egg, ChickenEggWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
+config :chicken_egg, ChickenEggWeb.Endpoint,
+ cache_static_manifest: "priv/static/cache_manifest.json"
# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: ChickenEgg.Finch
diff --git a/lib/chicken_egg_web/components/chicken_components.ex b/lib/chicken_egg_web/components/chicken_components.ex
new file mode 100644
index 0000000..2ef7fcd
--- /dev/null
+++ b/lib/chicken_egg_web/components/chicken_components.ex
@@ -0,0 +1,19 @@
+defmodule ChickenEggWeb.ChickenComponents do
+ use ChickenEggWeb, :html
+
+ def chicken(assigns) do
+ ~H"""
+
- Build rich, interactive web applications quickly, with less code and fewer moving parts. Join our growing community of developers using Phoenix to craft APIs, HTML5 apps and more, for fun or at scale.
-