Home Reference Source Repository

src/es6/mode/base.es6

import {d3} from "nbpresent-deps";

export class Mode {
  constructor(root){
    this.root = root;
    this.init();
  }
}