feat: kickstart ui

This commit is contained in:
Shivam Mishra
2025-05-07 19:12:44 +05:30
parent b533980880
commit f8afc1509f
3 changed files with 37 additions and 15 deletions
+3
View File
@@ -0,0 +1,3 @@
export function greet() {
return 'Hello';
}