mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Formatting
This commit is contained in:
parent
b793ddd475
commit
4e66c9a7c3
1 changed files with 9 additions and 2 deletions
|
|
@ -5,8 +5,15 @@ defmodule ExampleWeb.LiveExample4 do
|
|||
%{id: 1, body: "Giant Pink Elephant Sighted Downtown"},
|
||||
%{id: 2, body: "Local Cat Becomes Mayor of Small Town"},
|
||||
%{id: 3, body: "Scientists Discover New Flavor of Ice Cream"},
|
||||
%{id: 4, body: "World's Largest Pizza Baked in Local Pizzeria, Still Not Big Enough for Customers"},
|
||||
%{id: 5, body: "Clown Epidemic Sweeps Through Town, Everyone Laughs Until They Realize the Clowns Aren't Joking"},
|
||||
%{
|
||||
id: 4,
|
||||
body: "World's Largest Pizza Baked in Local Pizzeria, Still Not Big Enough for Customers"
|
||||
},
|
||||
%{
|
||||
id: 5,
|
||||
body:
|
||||
"Clown Epidemic Sweeps Through Town, Everyone Laughs Until They Realize the Clowns Aren't Joking"
|
||||
}
|
||||
]
|
||||
|
||||
def render(assigns) do
|
||||
|
|
|
|||
Loading…
Reference in a new issue