mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-12 17:16:20 -07:00
feat(core): add Electron runtime, services, and app composition
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
export * from '../config-hot-reload-handlers';
|
||||
export * from '../config-hot-reload-main-deps';
|
||||
export * from '../field-grouping-overlay-main-deps';
|
||||
export * from '../field-grouping-resolver';
|
||||
export * from '../field-grouping-resolver-main-deps';
|
||||
export * from '../overlay-bootstrap-main-deps';
|
||||
export * from '../overlay-main-actions';
|
||||
export * from '../overlay-main-actions-main-deps';
|
||||
export * from '../overlay-runtime-bootstrap-handlers';
|
||||
export * from '../overlay-runtime-main-actions';
|
||||
export * from '../overlay-runtime-main-actions-main-deps';
|
||||
export * from '../overlay-visibility-runtime';
|
||||
export * from '../overlay-visibility-runtime-main-deps';
|
||||
export * from '../overlay-window-layout';
|
||||
export * from '../overlay-window-layout-main-deps';
|
||||
export * from '../overlay-window-runtime-handlers';
|
||||
export * from '../subtitle-position';
|
||||
export * from '../subtitle-position-main-deps';
|
||||
export * from '../tray-runtime';
|
||||
export * from '../tray-runtime-handlers';
|
||||
export * from '../yomitan-extension-runtime';
|
||||
export * from '../yomitan-settings-runtime';
|
||||
Reference in New Issue
Block a user