mealie/frontend/composables/use-utils.ts
hay-kot 9386cc320b refactor(frontend): 🚧 Migrate Dashboard to Nuxt
Add API and Functinality for Admin Dashboard. Stills needs to clean-up. See // TODO's
2021-08-07 15:12:25 -08:00

3 lines
73 B
TypeScript

export const useAsyncKey = function () {
return String(Date.now());
};