accounts page

This commit is contained in:
Joseph J Helfenbein
2025-01-25 06:13:43 -05:00
parent 1db24c5ceb
commit 1f4c828b30
12 changed files with 388 additions and 38 deletions

View File

@@ -22,6 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/api/connectDB.js"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/api/connectDB.js", "src/lib/utils.js", "src/app/(web)/account/page.jsx"],
"exclude": ["node_modules"]
}