chore(server): remove unused page_controller scaffold — / is now OverviewLive

This commit is contained in:
Carsten 2026-04-21 22:56:25 +02:00
parent 667fd7160c
commit 2f787ec31f
4 changed files with 0 additions and 249 deletions

View file

@ -1,10 +0,0 @@
defmodule ServerWeb.PageHTML do
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
use ServerWeb, :html
embed_templates "page_html/*"
end