rather import from storm-react-diagrams to further test the library

This commit is contained in:
Dylan Vorster
2018-03-13 22:46:06 +02:00
parent 64ec2dd0a4
commit 3ea6375011
29 changed files with 87 additions and 45 deletions

View File

@ -7,12 +7,12 @@ import {
DiagramWidget,
LinkWidget,
LinkProps,
DefaultLinkWidget
} from "../../src/main";
DefaultLinkWidget,
DefaultLinkModel,
DefaultLinkFactory
} from "storm-react-diagrams";
import { action } from "@storybook/addon-actions";
import * as React from "react";
import { DefaultLinkModel } from "../../src/defaults/models/DefaultLinkModel";
import { DefaultLinkFactory } from "../../src/defaults/factories/DefaultLinkFactory";
export class AdvancedLinkModel extends DefaultLinkModel {
constructor() {