mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 15:41:48 +03:00
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
|
export const getDataCenter = () =>
|
||
|
import('../src/data-center.js').then(async dataCenter =>
|
||
|
dataCenter.getDataCenter()
|
||
|
);
|