diff --git a/src/components/Input/index.tsx b/src/components/Input/index.tsx index 776c69a..4509ba4 100644 --- a/src/components/Input/index.tsx +++ b/src/components/Input/index.tsx @@ -1,6 +1,6 @@ import * as React from "react"; -import { InputType } from "../utils"; import * as _ from "lodash"; +import { InputType } from "../utils"; export interface InputProps { type: InputType;