aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/views/layout_view.ex
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/lib/shard_web/views/layout_view.ex')
-rw-r--r--shardweb/lib/shard_web/views/layout_view.ex7
1 files changed, 0 insertions, 7 deletions
diff --git a/shardweb/lib/shard_web/views/layout_view.ex b/shardweb/lib/shard_web/views/layout_view.ex
deleted file mode 100644
index 2b12323..0000000
--- a/shardweb/lib/shard_web/views/layout_view.ex
+++ /dev/null
@@ -1,7 +0,0 @@
-defmodule ShardWeb.LayoutView do
- use ShardWeb, :view
-
- def shard_list do
- Shard.Manager.list_shards
- end
-end