+ )
+}
diff --git a/src/pages/ReviewAdmin.tsx b/src/pages/ReviewAdmin.tsx
new file mode 100644
index 0000000..1249afe
--- /dev/null
+++ b/src/pages/ReviewAdmin.tsx
@@ -0,0 +1,82 @@
+import React, { useState } from 'react'
+import { Card, Table, Tag, Space, Input, Select, Typography } from 'antd'
+import { SearchOutlined } from '@ant-design/icons'
+import { useQuery } from '@tanstack/react-query'
+import api from '@/lib/api'
+
+const { Title } = Typography
+
+const statusColors: Record