this repo has no description
lustre frontent oat-ui gleam
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔥 currently no need for a home page Model

+1 -5
+1 -5
src/client/page/home.gleam
··· 4 4 import lustre/element 5 5 import lustre/element/html 6 6 7 - pub type Model { 8 - Model 9 - } 7 + pub type Model 10 8 11 9 pub type Msg 12 - 13 - pub const empty: Model = Model 14 10 15 11 pub fn update(model: Model, _msg: Msg) -> #(Model, effect.Effect(Msg)) { 16 12 #(model, effect.none())