mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix: module path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { BlobStorage, Workspace } from '@blocksuite/store';
|
||||
import { Logger, User, Workspace as WS, WorkspaceMeta } from 'src/types';
|
||||
import { Workspaces } from 'src/workspaces';
|
||||
import { Logger, User, Workspace as WS, WorkspaceMeta } from '../types';
|
||||
import { Workspaces } from '../workspaces';
|
||||
|
||||
export class BaseProvider {
|
||||
public readonly id: string = 'base';
|
||||
|
||||
Reference in New Issue
Block a user