feat: switch to phoenix liveview
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
9
lib/bds/desktop/error_html.ex
Normal file
9
lib/bds/desktop/error_html.ex
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule BDS.Desktop.ErrorHTML do
|
||||
@moduledoc false
|
||||
|
||||
use Phoenix.Component
|
||||
|
||||
def render(_template, _assigns) do
|
||||
"not found"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user