Skip to content

Commit dc334d7

Browse files
committed
fix: remove index plot
1 parent 623279e commit dc334d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
export { plot, clear, stack } from './plot';
22
export { Plot, Layout } from './models/index';
3-
4-
import { plot } from './plot';
5-
6-
plot([{x: [1, 2], y: [1, 2]}]);

0 commit comments

Comments
 (0)