Skip to content

Commit

Permalink
Update all-reviews.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medabdo6 authored Dec 10, 2023
1 parent 7da71e3 commit 81ac7e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/all-reviews.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import { useDispatch, useSelector } from "react-redux";
import { getReviews } from "@/toolkit/slices/reviews/reviewsSlice";
import Loading from "@/components/Utilities/Loading";
import WriteReview from "@/components/Utilities/WriteReview/WriteReview";

export const metadata = {
title: 'well-pharmacy',
description: 'well-pharmacy',
}
const AllReviews = () => {
const { loading, reviews } = useSelector((state) => state.reviews);
const dispatch = useDispatch();
Expand Down

0 comments on commit 81ac7e9

Please sign in to comment.