Removed unnecessary folders from git

This commit is contained in:
2024-10-14 05:17:04 +00:00
parent 5d190fa174
commit 25b1e3a389
61 changed files with 275 additions and 1399 deletions

View File

@ -1,7 +1,6 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/api/login/route": "app/api/login/route.js",
"/page": "app/page.js",
"/user/login/page": "app/user/login/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js"
"/api/register/route": "app/api/register/route.js",
"/user/register/page": "app/user/register/page.js",
"/user/login/page": "app/user/login/page.js"
}