first commit-CRM_module

This commit is contained in:
Tomosa Sarkar 2025-01-29 13:40:29 +05:30
parent c8b26fa46b
commit d436ef05d8
2 changed files with 0 additions and 21 deletions

View File

@ -1,6 +1 @@
# Todo
- Fix scroll issues with appshell main area
- Display Normal error inside the dialog box
- Give search box for fetching the user
- Apply the delete functionality

16
test.js
View File

@ -1,16 +0,0 @@
function getRandom() {
return Math.random()
}
class Test {
static random = getRandom();
static getRandom() {
return Test.random;
}
}
console.log(Test.getRandom())
console.log(Test.getRandom())
console.log(Test.getRandom())