implemented header and dark theme.

This commit is contained in:
2024-09-29 12:22:08 +05:30
commit dc36a9c094
24 changed files with 6189 additions and 0 deletions

10
src/util/util.js Normal file
View File

@@ -0,0 +1,10 @@
const getUserInfoFromSession = () => {
return {
"User Name": "Rajesh Kumar",
"PACS / Bank Name": "Demo SKUS Ltd.",
"User Type": "PACS Teller",
"Module Name": "Locker",
}
}
export { getUserInfoFromSession };