Skip to content

Commit

Permalink
fix: bad import fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Feb 8, 2024
1 parent 574d87d commit 6c34612
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import React from "react";
import { ChangeEvent, useEffect, useRef, useState } from "react";
import classNames from "classnames";
import styles from "./TextInput.module.css";
import { InputProps } from "model/InputType";

import { useQuickForm } from "../../../../state/QuickFormContext";
import { InputProps } from "../../../../model/InputType";
// import { useQuickForm } from "../../../../state/QuickFormContext";
// import { isValidEmail } from "../../../../validation/isValidEmail";

Expand Down

0 comments on commit 6c34612

Please sign in to comment.