Skip to content

Commit

Permalink
fix parcel error
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarnadeem committed May 8, 2022
1 parent 79e0ad7 commit 4ec8c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/property/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { GoVerified } from "react-icons/go";
import millify from "millify";

import { baseUrl, fetchApi } from "../../utils/fetchApi";
import ImageScrollbar from "../../components/ImageScrollbar.jsx";
import ImageScrollbar from "../../components/ImageScrollBar";
import Link from "next/link";

const PropertyDetails = ({
Expand Down

1 comment on commit 4ec8c9d

@vercel
Copy link

@vercel vercel bot commented on 4ec8c9d May 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bayoot-homes – ./

bayoot-homes-git-main-sdarnadeem.vercel.app
bayoot-homes-sdarnadeem.vercel.app
bayoot-homes.vercel.app

Please sign in to comment.