mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(y-indexeddb): remove .js suffix
This commit is contained in:
@@ -12,9 +12,9 @@ import type {
|
||||
BlockSuiteBinaryDB,
|
||||
IndexedDBProvider,
|
||||
WorkspaceMilestone,
|
||||
} from './shared.js';
|
||||
import { dbVersion, DEFAULT_DB_NAME, upgradeDB } from './shared.js';
|
||||
import { tryMigrate } from './utils.js';
|
||||
} from './shared';
|
||||
import { dbVersion, DEFAULT_DB_NAME, upgradeDB } from './shared';
|
||||
import { tryMigrate } from './utils';
|
||||
|
||||
const indexeddbOrigin = Symbol('indexeddb-provider-origin');
|
||||
const snapshotOrigin = Symbol('snapshot-origin');
|
||||
|
||||
Reference in New Issue
Block a user