diff --git a/app/routes/_news._index.tsx b/app/routes/_news._index.tsx index c2d806a..6ab4d18 100644 --- a/app/routes/_news._index.tsx +++ b/app/routes/_news._index.tsx @@ -1,4 +1,3 @@ -import { ArrowPathIcon } from '@heroicons/react/24/solid' import { isRouteErrorResponse } from 'react-router' import { getCategories } from '~/apis/common/get-categories' @@ -54,24 +53,6 @@ export const loader = async ({}: Route.LoaderArgs) => { } } -export const HydrateFallback = () => { - return ( - -
-

- Loading... -

-

- Please wait while we load the content. -

-
-
- -
-
- ) -} - export const ErrorBoundary = ({ error }: Route.ErrorBoundaryProps) => { let message = 'Oops!' let details = 'An unexpected error occurred.'