forgot to export class
This commit is contained in:
parent
b7402ce43c
commit
33655ee37e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
import {getRelationFromContent} from "./relations.js";
|
||||
|
||||
class PendingAnnotations {
|
||||
export class PendingAnnotations {
|
||||
constructor() {
|
||||
this.aggregatedAnnotations = new Map();
|
||||
this._entries = [];
|
||||
|
|
Reference in a new issue