We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f40dd commit f0f8e8bCopy full SHA for f0f8e8b
dashi/src/app/Panel.tsx
@@ -1,6 +1,5 @@
1
-import {CSSProperties, ReactElement} from "react";
+import { CSSProperties, ReactElement } from "react";
2
3
-import { Contribution } from "../model/contribution";
4
import { PropertyChangeHandler } from "../model/component";
5
import DashiComponent from "../components/DashiComponent";
6
import { ContributionState } from "../store/appStore";
@@ -24,7 +23,7 @@ const panelHeaderStyle: CSSProperties = {
24
23
};
25
26
interface PanelProps {
27
- panelModel: Contribution;
+ panelModel: PanelModel;
28
panelState: ContributionState;
29
onPropertyChange: PropertyChangeHandler;
30
}
0 commit comments