From 1f147a779114a641b4abe5e47ac0b05433ec02fb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 13 Aug 2023 14:50:26 +0530 Subject: feat: finalizes component system. it fucking works holy shit. --- tests/fixtures/todo-app/index.html | 49 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 tests/fixtures/todo-app/index.html (limited to 'tests/fixtures/todo-app') diff --git a/tests/fixtures/todo-app/index.html b/tests/fixtures/todo-app/index.html new file mode 100644 index 0000000..66a9798 --- /dev/null +++ b/tests/fixtures/todo-app/index.html @@ -0,0 +1,49 @@ + + + Task destroyer + + + + + -- cgit v1.3.1