Skip to content

Commit

Permalink
minor import alias updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Nov 22, 2024
1 parent 1fd6770 commit e31d002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(pages)/patient/components/LabResults/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
Badge,
Image,
} from "@nextui-org/react";
import useQuery from "@/hooks/useQuery";
import getLabResults from "@/lib/patient/getLabResults";
import useQuery from "@hooks/useQuery";
import getLabResults from "@lib/patient/getLabResults";
import SpinnerLoader from "@components/SpinnerLoader";
import { LiaRedoAltSolid } from "react-icons/lia";
import { motion } from "framer-motion";
Expand Down

0 comments on commit e31d002

Please sign in to comment.