refactor: simplify code (#3015)

This commit is contained in:
Alex Yang
2023-07-05 01:34:22 +08:00
committed by GitHub
parent a06ba403d0
commit ec87864c34
31 changed files with 46 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
import { assertExists } from '@blocksuite/global/utils';
import type { BlobStorage } from '@blocksuite/store';
import { assertExists } from '@blocksuite/store';
export const createSQLiteStorage = (workspaceId: string): BlobStorage => {
const apis = window.apis;