Skip to content

Commit

Permalink
Add BaseModule to the export modules list.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Apr 1, 2019
1 parent e6d1536 commit cd25f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ require("./styles/w3.css");
require("./styles/sidebar.css");
require('./styles/bootstrap.min.css');

exports.BaseModule = require("./modules/BaseModule").BaseModule;
exports.BodyViewer = require("./modules/bodyRenderer").BodyViewer;
exports.RendererModule = require("./modules/RendererModule").RendererModule;
exports.CellPanel = require("./cell_panel").CellPanel;
Expand Down

0 comments on commit cd25f71

Please sign in to comment.