mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
chore: rename data services
This commit is contained in:
6
packages/data-center/src/index.ts
Normal file
6
packages/data-center/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export { signInWithGoogle, onAuthStateChanged } from './auth';
|
||||
export * from './request';
|
||||
export * from './sdks';
|
||||
export * from './websocket';
|
||||
|
||||
export { getDataCenter } from './datacenter';
|
||||
Reference in New Issue
Block a user