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 c08d985 commit f1b07f2Copy full SHA for f1b07f2
src/components/selectors/NumberSelector.tsx
@@ -2,7 +2,7 @@ import {Color, CommonCss} from "@crazyfactory/frontend-commons";
2
import autobind from "autobind-decorator";
3
import * as React from "react";
4
import {stylesheet} from "typestyle";
5
-import {NumberInput} from "../formParts/NumberInput";
+import {NumberInput} from "../formControls/NumberInput";
6
7
const classNames = stylesheet({
8
button: {
0 commit comments