mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
14 lines
239 B
TypeScript
14 lines
239 B
TypeScript
import './captcha';
|
|
import './copilot';
|
|
import './gcloud';
|
|
import './oauth';
|
|
import './payment';
|
|
import './redis';
|
|
import './storage';
|
|
|
|
export {
|
|
enablePlugin,
|
|
REGISTERED_PLUGINS,
|
|
ENABLED_PLUGINS as USED_PLUGINS,
|
|
} from './registry';
|