mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: legend
This commit is contained in:
1
packages/client/lib/utils.ts
Normal file
1
packages/client/lib/utils.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const capitalize = (str: string): string => str.charAt(0).toUpperCase() + str.slice(1);
|
||||
Reference in New Issue
Block a user