diff --git a/src/components/NewNotices.tsx b/src/components/NewNotices.tsx index ba29b0a0..71d030b2 100644 --- a/src/components/NewNotices.tsx +++ b/src/components/NewNotices.tsx @@ -1,13 +1,21 @@ import { Swiper, SwiperSlide } from "swiper/react"; import { A11y, Pagination, Navigation } from "swiper"; import Link from "next/link"; +import useBreakpoint from "@hooks/useBreakpoint"; export default function NewNotices({ notifications }) { + const breakpoint = useBreakpoint(); + + console.log(breakpoint); return (