Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hrit2773 committed Feb 14, 2025
1 parent a66994b commit 731479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questionnaire/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import CareIcon from "@/CAREUI/icons/CareIcon";
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import { Card } from "@/components/ui/card";
import { Input } from "@/components/ui/input";
import {
Popover,
PopoverContent,
Expand All @@ -21,7 +22,6 @@ import { TableSkeleton } from "@/components/Common/SkeletonLoading";
import useFilters from "@/hooks/useFilters";

import query from "@/Utils/request/query";
import { Input } from "@/src/components/ui/input";
import { QuestionnaireDetail } from "@/types/questionnaire/questionnaire";
import questionnaireApi from "@/types/questionnaire/questionnaireApi";

Expand Down

0 comments on commit 731479e

Please sign in to comment.