added Profile Page and Change password (also included breadcrumb
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
/** @type {import('prettier').Config} */
|
||||
const config = {
|
||||
semi: false,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
trailingComma: "all",
|
||||
};
|
||||
trailingComma: 'all',
|
||||
}
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user