diff --git a/app/routes/_news._index.tsx b/app/routes/_news._index.tsx index 47558e1..2fb4424 100644 --- a/app/routes/_news._index.tsx +++ b/app/routes/_news._index.tsx @@ -1,7 +1,9 @@ +import { ArrowPathIcon } from '@heroicons/react/24/solid' import { isRouteErrorResponse } from 'react-router' import { getCategories } from '~/apis/common/get-categories' import { getNews } from '~/apis/common/get-news' +import { Card } from '~/components/ui/card' import { NewsPage } from '~/pages/news' import type { Route } from './+types/_news._index' @@ -65,7 +67,14 @@ export const clientLoader = async ({ clientLoader.hydrate = true as const export const HydrateFallback = () => { - return