Skip to content

Commit

Permalink
Create DaimonDatePicker.HomeLive and an empty heex template
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed Mar 14, 2024
1 parent 5c2d785 commit dcdf7e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/daimon_date_picker_web/live/home_live.ex
@@ -0,0 +1,3 @@
defmodule DaimonDatePickerWeb.HomeLive do
use Phoenix.LiveView
end
1 change: 1 addition & 0 deletions lib/daimon_date_picker_web/live/home_live.html.heex
@@ -0,0 +1 @@
<div>home_live.html.heex</div>
2 changes: 2 additions & 0 deletions lib/daimon_date_picker_web/router.ex
Expand Up @@ -12,5 +12,7 @@ defmodule DaimonDatePickerWeb.Router do

scope "/", DaimonDatePickerWeb do
pipe_through :browser

live "/", HomeLive, :index
end
end

0 comments on commit dcdf7e3

Please sign in to comment.