General Actions to handlers Refacto
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import { v7 as uuidv7 } from 'uuid'
|
||||
console.log(uuidv7().replaceAll('-', ''))
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
import { v7 as uuidv7 } from 'uuid'
|
||||
console.log(uuidv7().replaceAll('-', ''))
|
||||