mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-08 05:51:50 -07:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export const useAsyncKey = function () {
|
|
return String(Date.now());
|
|
};
|