test
All checks were successful
Deploy to Server / deploy (push) Successful in 24s

This commit is contained in:
jeremygan2021
2026-02-13 19:53:07 +08:00
parent 4d8d1e463b
commit 72c5943c57

View File

@@ -5,7 +5,7 @@ import { getConfigDetail } from '../../api'
import ParticleBackground from '../../components/ParticleBackground'
import { addToCart } from '../../utils/cart'
import './detail.scss'
//
export default function Detail() {
const router = useRouter()
const { id } = router.params