From c8777c075e2e0fed69b859d85b82624d89ea4b03 Mon Sep 17 00:00:00 2001 From: CawaAlreadyTaken Date: Fri, 14 Nov 2025 11:58:39 +0100 Subject: [PATCH] Quick refactor --- Notes/test.txt | 1 - {public/notes => notes}/note_001.md | 0 2 files changed, 1 deletion(-) delete mode 100644 Notes/test.txt rename {public/notes => notes}/note_001.md (100%) diff --git a/Notes/test.txt b/Notes/test.txt deleted file mode 100644 index 509ea36..0000000 --- a/Notes/test.txt +++ /dev/null @@ -1 +0,0 @@ -ggg diff --git a/public/notes/note_001.md b/notes/note_001.md similarity index 100% rename from public/notes/note_001.md rename to notes/note_001.md