added Profile Page and Change password (also included breadcrumb

This commit is contained in:
2025-12-27 14:46:21 +07:00
parent bd71b27376
commit ba52869e8f
49 changed files with 11108 additions and 12778 deletions

View File

@@ -2,9 +2,9 @@
/** @type {import('prettier').Config} */
const config = {
semi: false,
semi: true,
singleQuote: true,
trailingComma: "all",
};
trailingComma: 'all',
}
export default config;