9386cc320b
Add API and Functinality for Admin Dashboard. Stills needs to clean-up. See // TODO's
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export const useAsyncKey = function () {
|
|
return String(Date.now());
|
|
};
|