diff --git a/package.json b/package.json index 6fc1ba4d..40365e1e 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "motion": "^10.17.0", "npm": "^10.4.0", "npm-run-all": "^4.1.5", + "pocketbase": "^0.21.1", "preact": "^10.20.0", "react": "^18.2.0", "react-best-gradient-color-picker": "3.0.5", diff --git a/src/interface/pages/Store.tsx b/src/interface/pages/Store.tsx index 66576c98..0714cd57 100644 --- a/src/interface/pages/Store.tsx +++ b/src/interface/pages/Store.tsx @@ -1,5 +1,6 @@ import { useEffect, useRef, useState } from 'react'; import { Swiper, SwiperSlide } from 'swiper/react'; +import { CardBody, CardContainer, CardItem } from '../components/store/card'; import { Autoplay } from 'swiper/modules'; import Header from '../components/store/header'; import { motion } from 'framer-motion'; @@ -8,8 +9,6 @@ import 'swiper/css'; import 'swiper/css/pagination'; import 'swiper/css/scrollbar'; import 'swiper/css/autoplay'; -import { CardBody, CardContainer, CardItem } from '../components/store/card'; -import { spring } from 'motion'; const Store = () => { const [searchTerm, setSearchTerm] = useState(''); @@ -119,7 +118,7 @@ const Store = () => {