Initial release: DictIA v0.8.14-alpha (fork de Speakr, AGPL-3.0)
This commit is contained in:
9
static/js/modules/utils/index.js
Normal file
9
static/js/modules/utils/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Utils module exports
|
||||
*/
|
||||
|
||||
export * from './formatters.js';
|
||||
export * from './dates.js';
|
||||
export { createApiClient } from './api.js';
|
||||
export { showToast } from './toast.js';
|
||||
export { getContrastTextColor } from './colors.js';
|
||||
Reference in New Issue
Block a user