mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 16:19:43 +02:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export const useAsyncKey = function () {
|
|
return String(Date.now());
|
|
};
|