diff options
Diffstat (limited to 'test-apps')
-rw-r--r-- | test-apps/change-tag/src/app.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-apps/change-tag/src/app.gleam b/test-apps/change-tag/src/app.gleam index 78c29d2..ee4950d 100644 --- a/test-apps/change-tag/src/app.gleam +++ b/test-apps/change-tag/src/app.gleam @@ -26,7 +26,7 @@ pub fn main() { type Model = String -fn init(_) -> Model { +fn init(_flags) -> Model { "div" } |