Skip to content

Commit

Permalink
Update examples/src/Components/ConversionForm/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fraser <[email protected]>
  • Loading branch information
toloudis and frasercl authored Dec 9, 2024
1 parent 48dc7d1 commit 4305ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/Components/ConversionForm/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { map } from "lodash";
import React from "react";
import InputSwitch from "./InputSwitch"
import InputSwitch from "./InputSwitch";

interface InputFormProps {
template: { [key: string]: any };
Expand Down

0 comments on commit 4305ec6

Please sign in to comment.