mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 07:36:42 +08:00
14 lines
240 B
TypeScript
14 lines
240 B
TypeScript
import './captcha';
|
|
import './copilot';
|
|
import './gcloud';
|
|
import './oauth';
|
|
import './payment';
|
|
import './storage';
|
|
import './worker';
|
|
|
|
export {
|
|
enablePlugin,
|
|
REGISTERED_PLUGINS,
|
|
ENABLED_PLUGINS as USED_PLUGINS,
|
|
} from './registry';
|