mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 13:58:50 +08:00
refactor: remove esm module (#1077)
This commit is contained in:
@@ -4,7 +4,7 @@ import { Logger, User } from '../types';
|
||||
import type { WorkspaceUnitCollectionScope } from '../workspace-unit-collection';
|
||||
import type { WorkspaceUnitCtorParams, WorkspaceUnit } from '../workspace-unit';
|
||||
import { Member } from './affine/apis';
|
||||
import { Permission } from './affine/apis/workspace.js';
|
||||
import { Permission } from './affine/apis/workspace';
|
||||
|
||||
const defaultLogger = () => {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user