mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-04 23:32:31 +03:00
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
export const getDataCenter = () => {
|
|
return import('../src/datacenter/index.js').then(async dataCenter =>
|
|
dataCenter.getDataCenter(false)
|
|
);
|
|
};
|