Skip to content

Commit

Permalink
Update examples/src/Components/ConversionForm/InputSwitch.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 a356b10 commit 358781c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/Components/ConversionForm/InputSwitch.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { map } from "lodash";
import React from "react";
import BaseInput from "./BaseInput"
import CollectionInput from "./CollectionInput"
import BaseInput from "./BaseInput";
import CollectionInput from "./CollectionInput";

interface InputSwitchProps {
handler: (path: string[], key: string, value: any) => void;
Expand Down

0 comments on commit 358781c

Please sign in to comment.