mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-29 10:32:31 -04:00
9386cc320b
Add API and Functinality for Admin Dashboard. Stills needs to clean-up. See // TODO's
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
export const useAsyncKey = function () {
|
|
return String(Date.now());
|
|
};
|