mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
export const getDataCenter = () =>
|
|
import('../src/data-center.js').then(async dataCenter =>
|
|
dataCenter.getDataCenter()
|
|
);
|