basics being displayed

This commit is contained in:
2026-03-16 12:44:06 -06:00
parent ef64c5cd0d
commit c252ef0e11
21 changed files with 1283 additions and 43 deletions

View File

@@ -17,7 +17,8 @@ defmodule CobblemonUiWeb.Router do
scope "/", CobblemonUiWeb do
pipe_through :browser
get "/", PageController, :home
live "/", DashboardLive
live "/player/:uuid", DashboardLive
end
# Other scopes may use custom stacks.