Fix typo in Tool.ts: export keyword was missing 'e'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { YjsDocument } from '../crdt/YjsDocument';
|
||||
xport abstract class Tool {
|
||||
export abstract class Tool {
|
||||
protected yjsDoc: YjsDocument;
|
||||
protected name: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user