mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-26 07:51:10 +08:00
fix demos
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
import { Toolkit } from "@projectstorm/react-canvas-core";
|
||||
Toolkit.TESTING = true;
|
||||
|
||||
export default {
|
||||
title: 'Simple Usage'
|
||||
};
|
||||
|
||||
import demo_simple from "./demo-simple";
|
||||
import demo_flow from "./demo-simple-flow";
|
||||
import demo_performance from "./demo-performance";
|
||||
@ -10,10 +17,6 @@ import demo_canvas_drag from "./demo-canvas-drag";
|
||||
import demo_dynamic_ports from "./demo-dynamic-ports";
|
||||
import demo_labels from "./demo-labelled-links";
|
||||
|
||||
export default {
|
||||
title: 'Simple Usage'
|
||||
};
|
||||
|
||||
export const DemoSimple = demo_simple;
|
||||
export const SimpleFlowExample = demo_flow;
|
||||
export const PerformanceDemo = demo_performance
|
||||
|
Reference in New Issue
Block a user