implemented header and dark theme.
This commit is contained in:
10
src/util/util.js
Normal file
10
src/util/util.js
Normal 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 };
|
||||
Reference in New Issue
Block a user