Skip to content

Commit

Permalink
updating imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robertandremitchell committed Oct 16, 2024
1 parent 4defd0b commit 002e666
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import {
demoData,
stateOptions,
Mode,
} from "../../../constants";
import { UseCaseQueryResponse, UseCaseQuery } from "../../../query-service";
import { fhirServers } from "../../../fhir-servers";
} from "@/app/constants";
import { UseCaseQueryResponse, UseCaseQuery } from "@/app/query-service";
import { fhirServers } from "@/app/fhir-servers";
import styles from "./searchForm.module.css";
import { FormatPhoneAsDigits } from "../../../format-service";
import { FormatPhoneAsDigits } from "@/app/format-service";

interface SearchFormProps {
useCase: USE_CASES;
Expand Down

0 comments on commit 002e666

Please sign in to comment.