working on toolbar

This commit is contained in:
paul
2024-09-13 19:24:03 +05:30
parent fa993f7e7b
commit 1714c6f078
7 changed files with 88 additions and 34 deletions

View File

@@ -20,6 +20,5 @@ export function removeDuplicateObjects(array, key) {
* @returns
*/
export function capitalize(str) {
console.log("Text: ", str)
return str.charAt(0).toUpperCase() + str.slice(1)
}