Skip to content

Commit

Permalink
added missing import (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma committed Dec 20, 2024
1 parent d2be6f9 commit e05ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/(main)/home-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
import Typography from "@/components/ui/typography";
import { useMarketPlaceProducts } from "@/services/marketplace-service";
import type { FC } from "react";
import { useSearchParams } from "react-router-dom";
import { Link, useSearchParams } from "react-router-dom";
import MarketPlacePage from "../(dashboard)/marketplace/marketplace-page";
import { SquareArrowOutUpRight } from "lucide-react";
import LatestNews from "./components/LatestNews";
Expand Down

0 comments on commit e05ad52

Please sign in to comment.