docs: move TODO.md to README

This commit is contained in:
Sawyer Andrews 2025-08-17 14:27:18 -05:00
parent 56fd9467f7
commit a90a877aed
Signed by: sawyer
GPG key ID: D4B437630877389B
3 changed files with 8 additions and 5 deletions

View file

@ -25,7 +25,7 @@
if (browser) {
const savedText = localStorage.getItem('text');
if (savedText !== null) {
text = savedText; // Ensure reactivity
text = savedText;
}
}
});