Skip to content

Commit

Permalink
fix: remove index plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfelixl committed Feb 22, 2019
1 parent 623279e commit dc334d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
export { plot, clear, stack } from './plot';
export { Plot, Layout } from './models/index';

import { plot } from './plot';

plot([{x: [1, 2], y: [1, 2]}]);

0 comments on commit dc334d7

Please sign in to comment.