From cfe24e2892e6e1abe2fde6915716339bcfd13e81 Mon Sep 17 00:00:00 2001 From: Maksym Fedorchuk Date: Sun, 24 Nov 2024 14:44:36 +0200 Subject: [PATCH] deleted not used d/f --- src/todosExamples.txt | 84 ------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 src/todosExamples.txt diff --git a/src/todosExamples.txt b/src/todosExamples.txt deleted file mode 100644 index bc0cdcd23..000000000 --- a/src/todosExamples.txt +++ /dev/null @@ -1,84 +0,0 @@ -{/* This is a completed todo */} -
- {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */} - - - - Completed Todo - - - {/* Remove button appears only on hover */} - -
- - {/* This todo is an active todo */} -
- {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */} - - - - Not Completed Todo - - - -
- - {/* This todo is being edited */} -
- {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */} - - - {/* This form is shown instead of the title and remove button */} -
- -
-
- - {/* This todo is in loadind state */} -
- {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */} - - - - Todo is being saved now - - - -