diff --git a/todo.md b/docs/legacy-project-todo.md similarity index 100% rename from todo.md rename to docs/legacy-project-todo.md diff --git a/docs/tech-stack.md b/docs/tech-stack.md index 96b8cff8..a864a589 100644 --- a/docs/tech-stack.md +++ b/docs/tech-stack.md @@ -497,13 +497,14 @@ ugig.net/ ├── types/ # TypeScript types ├── contexts/ # React contexts ├── docs/ # Documentation +│ └── legacy-project-todo.md ├── public/ ├── .env.example ├── .env.local ├── next.config.js ├── tailwind.config.ts ├── tsconfig.json -├── todo.md +├── TODO.md └── package.json ```