mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-05 16:30:33 +08:00
chore: sort imports
This commit is contained in:
@@ -184,11 +184,11 @@ export const getDataExporter = () => {
|
||||
return { importData, exportData, hasExporter, installExporter };
|
||||
};
|
||||
|
||||
export { YjsAdapter } from './yjs';
|
||||
export type { YjsContentOperation, YjsInitOptions } from './yjs';
|
||||
export type {
|
||||
AsyncDatabaseAdapter,
|
||||
BlockPosition,
|
||||
BlockInstance,
|
||||
ContentOperation,
|
||||
};
|
||||
export type { YjsInitOptions, YjsContentOperation } from './yjs';
|
||||
export { YjsAdapter } from './yjs';
|
||||
|
||||
Reference in New Issue
Block a user