diff --git a/src/components/wineDetail/WineRating.tsx b/src/components/wineDetail/WineRating.tsx
index b32ee03..5b3c226 100644
--- a/src/components/wineDetail/WineRating.tsx
+++ b/src/components/wineDetail/WineRating.tsx
@@ -1,7 +1,5 @@
import React from 'react';
-import { motion } from 'framer-motion';
-
import { Progress } from '@/components/ui/progress';
import useWineStore from '@/stores/wineStore';
@@ -25,11 +23,7 @@ function WineRating({ rating, reviewCount, ratings }: Props) {
});
return (
-
@@ -59,7 +53,7 @@ function WineRating({ rating, reviewCount, ratings }: Props) {
>
)}
-
+
);
}
diff --git a/src/pages/wines/[wineid].tsx b/src/pages/wines/[wineid].tsx
index 73df9a9..2807435 100644
--- a/src/pages/wines/[wineid].tsx
+++ b/src/pages/wines/[wineid].tsx
@@ -2,7 +2,6 @@ import React, { useEffect } from 'react';
import { dehydrate, QueryClient, useQuery } from '@tanstack/react-query';
import axios from 'axios';
-import { motion } from 'framer-motion';
import { GetServerSideProps } from 'next';
import dynamic from 'next/dynamic';
import Head from 'next/head';
@@ -65,12 +64,7 @@ export default function WineInfoById(props: WinePageProps) {
-
+
-
+