diff --git a/app/components/common/pagination.tsx b/app/components/common/pagination.tsx
index c25bd84..b714733 100644
--- a/app/components/common/pagination.tsx
+++ b/app/components/common/pagination.tsx
@@ -51,7 +51,7 @@ function Pagination({ current = 3, total, size, onClick }: PaginationProps) {
{arr.map((item, index) => {
if (typeof item === "string") {
- return {item}
+ return {item}
}
return (
diff --git a/app/root.tsx b/app/root.tsx
index b96b340..3611388 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -1,7 +1,6 @@
import type { LinksFunction } from "@remix-run/node";
import {
Links,
- LiveReload,
Meta,
Outlet,
Scripts,
@@ -76,7 +75,6 @@ export default function App() {
-