From afe4268f26a12b8250f8af4c25aeb08275ff6bf8 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 21 Feb 2024 14:46:01 -0500 Subject: [PATCH] Actually don't need that, just need some JS that hooks an FSM into Alpine's existing features. --- templates/todo.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/todo.html b/templates/todo.html index f0e4de6..e1372aa 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -20,13 +20,5 @@ } -
-

State 1

-
- -
-

State 2

-
- {% include "./footer.html" %}