mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-25 01:04:06 +00:00
export generateUUID
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import * as formatUtil from '@/utils/formatUtil'
|
||||
import { applyTextReplacements as _applyTextReplacements } from '@/utils/searchAndReplace'
|
||||
|
||||
import { api } from './api'
|
||||
@@ -121,3 +122,7 @@ export function setStorageValue(id: string, value: string) {
|
||||
}
|
||||
localStorage.setItem(id, value)
|
||||
}
|
||||
|
||||
export function generateUUID() {
|
||||
return formatUtil.generateUUID()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user