5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
import { createScope, type ServiceScope } from '../di';
|
|
import { WorkspaceScope } from '../workspace';
|
|
|
|
export const PageScope: ServiceScope = createScope('page', WorkspaceScope);
|