New entity: Visitors.

This commit is contained in:
codevictory
2021-05-03 20:28:36 +03:00
parent 811454f2e7
commit 1308f691a4
12 changed files with 521 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
defmodule RunosaariWeb.VisitorView do
use RunosaariWeb, :view
end