Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
amjithtitus09 committed Mar 4, 2025
1 parent 51176b9 commit 217b7fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Encounters/EncountersOverview.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { navigate } from "raviger";
import { useEffect } from "react";
import { useTranslation } from "react-i18next";

import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
Expand All @@ -18,7 +17,6 @@ export default function EncountersOverview({
}: EncountersOverviewProps) {
const { t } = useTranslation();


return (
<div className="h-full">
<Tabs
Expand Down

0 comments on commit 217b7fc

Please sign in to comment.