diff --git a/app/pages/news/index.tsx b/app/pages/news/index.tsx index 4ca0737..6f91735 100644 --- a/app/pages/news/index.tsx +++ b/app/pages/news/index.tsx @@ -2,7 +2,7 @@ import { Card } from '~/components/ui/card' import { CarouselHero } from '~/components/ui/carousel-hero' import { CarouselSection } from '~/components/ui/carousel-section' import { Newsletter } from '~/components/ui/newsletter' -import { BERITA, KAJIAN, SPOTLIGHT } from '~/data/contents' +import { BERITA, SPOTLIGHT } from '~/data/contents' export const NewsPage = () => { return ( @@ -13,14 +13,13 @@ export const NewsPage = () => {