fixes to build

This commit is contained in:
zadam
2020-08-27 23:54:02 +02:00
parent 020a8766c8
commit 30e84321f9
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
import Note from './note.js';
const Note = require('./note.js');
class Attribute {
constructor(noteCache, row) {