✨ (shared) create uuid with nanoid method
This commit is contained in:
3
src/shared/create-uuid.ts
Normal file
3
src/shared/create-uuid.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
import { nanoid } from 'nanoid'
|
||||||
|
|
||||||
|
export const createUuid = () => nanoid()
|
||||||
Reference in New Issue
Block a user