mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
export const getDataCenter = () =>
|
|
import('../src/datacenter/index.js').then(async dataCenter =>
|
|
dataCenter.getDataCenter()
|
|
);
|