Initial release: DictIA v0.8.14-alpha (fork de Speakr, AGPL-3.0)
This commit is contained in:
17
static/js/composables/index.js
Normal file
17
static/js/composables/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Composables index - export all composables for easy importing
|
||||
*
|
||||
* Usage (with ES modules/build system):
|
||||
* import { useRecordings, useUpload, useUI } from './composables';
|
||||
*/
|
||||
|
||||
export { usePagination } from './usePagination.js';
|
||||
export { useUI } from './useUI.js';
|
||||
export { useFilters } from './useFilters.js';
|
||||
export { usePlayer } from './usePlayer.js';
|
||||
export { useSharing } from './useSharing.js';
|
||||
export { useTranscript } from './useTranscript.js';
|
||||
export { useChat } from './useChat.js';
|
||||
export { useAudioRecorder } from './useAudioRecorder.js';
|
||||
export { useUpload } from './useUpload.js';
|
||||
export { useRecordings } from './useRecordings.js';
|
||||
Reference in New Issue
Block a user