Skip to content

Commit

Permalink
fix merge and rebase erorrs
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-phxm authored and ideen1 committed Feb 13, 2024
1 parent e2acfb5 commit ed2ea5b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { I_PISField, I_PISFieldData } from "../../objects/PIS/PIS.interface";
import I_PIS, {
I_PISField,
I_PISFieldData,
} from "../../objects/PIS/PIS.interface";

type RangeCheckedFieldDataProps = {
fieldData: I_PISFieldData;
Expand Down Expand Up @@ -133,7 +136,7 @@ function FieldsPrinter(props: FieldsPrinterProps): JSX.Element {
);
}
type PIStransformerProps = {
root: any;
root: I_PIS;
depth?: number;
};

Expand Down

0 comments on commit ed2ea5b

Please sign in to comment.